Skip to content

Commit

Permalink
0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Nov 1, 2024
1 parent 94a4721 commit e59cc3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.12 (2024-11-01)

* Fix `delay` serialization on Clojure 1.12 [#84](https://github.com/metosin/jsonista/pull/84)

## 0.3.11 (2024-09-18)

* New streaming support, including `read-values` and `write-values`.
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 metosin/jsonista "0.3.11"
(defproject metosin/jsonista "0.3.12"
:description "Clojure library for fast JSON encoding and decoding."
:url "https://github.com/metosin/jsonista"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit e59cc3a

Please sign in to comment.