Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jul 6, 2023
1 parent b845154 commit d1a40e5
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.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)
* 1.12.56 - [Add defer attr to script tags](https://github.com/yogthos/Selmer/pull/298/files)
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.58"
(defproject selmer "1.12.59"
:description "Django style templates for Clojure"
:url "https://github.com/yogthos/Selmer"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit d1a40e5

Please sign in to comment.