Skip to content

Commit f74706a

Browse files
author
Yogthos
committed
update changelog, version
1 parent 44fa833 commit f74706a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* 1.13.1 - [remove dynamic require in deprecation warning handle for Graal compatibility](https://github.com/yogthos/Selmer/pull/328), deprecation warnings will always use `println` now
2+
13
* 1.13.0 - [namespace script tag context keys to avoid collisions](https://github.com/yogthos/Selmer/issues/325): `script` tag now uses `:selmer/type`, `:selmer/async`, and `:selmer/defer` context keys; non-namespaced `:async` and `:defer` are deprecated with warnings, `:type` requires `:selmer/type` - **breaking change**
24

35
* 1.12.70 - [add `get` filter](https://github.com/yogthos/Selmer/issue/322)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject selmer "1.13.0"
1+
(defproject selmer "1.13.1"
22
:description "Django style templates for Clojure"
33
:url "https://github.com/yogthos/Selmer"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)