Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogthos committed May 30, 2024
1 parent 885e18e commit a44e014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* 1.12.60 - add support for passing `java.time.Instant` to the date filter
* 1.12.59 - [adds resolve-arg function in selmer.parser which lets you resolve args passed to the handler of custom tags](https://github.com/yogthos/Selmer/pull/304)
* 1.12.58 - [allow negative constants in `if` expressions](https://github.com/yogthos/Selmer/pull/301)
* 1.12.57 - [`sum` tag now handles numeric literals](https://github.com/yogthos/Selmer/pull/299)
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.59"
(defproject selmer "1.12.60"
:description "Django style templates for Clojure"
:url "https://github.com/yogthos/Selmer"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit a44e014

Please sign in to comment.