Skip to content

Commit

Permalink
bumped up version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jan 28, 2022
1 parent d9a4d70 commit 32adfdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 1.12.50 - [add opts to known-variables params](https://github.com/yogthos/Selmer/pull/279)
* 1.12.49 - added mapping for add-filter! in selmer.parser namespace
* 1.12.48 - expose add-filter! in selmer.parser namespace for consistency
* 1.12.48 - [use synthetic name for literals in a for tag](https://github.com/yogthos/Selmer/pull/277)
* 1.12.47 - [range filter and ability to use literals in for tag](https://github.com/yogthos/Selmer/pull/275)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject selmer "1.12.49"
(defproject selmer "1.12.50"
:description "Django style templates for Clojure"
:url "https://github.com/yogthos/Selmer"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 32adfdb

Please sign in to comment.