Skip to content

Commit 928f1c3

Browse files
author
Yogthos
committed
bump up version, update changelog
1 parent 7588259 commit 928f1c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* 1.12.65 - [handle error for template without closing delimiters](https://github.com/yogthos/Selmer/pull/317)
12
* 1.12.64 - [support for specifying type attribute of script tag](https://github.com/yogthos/Selmer/pull/316_
23
* 1.12.63 - [update render behavior to match render-file](https://github.com/yogthos/Selmer/pull/315)
34
* 1.12.62 - render's inheritance works like render-file

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject selmer "1.12.64"
1+
(defproject selmer "1.12.65"
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)