From e59cc3acb72ab05b1943c0228a614805367c699e Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 1 Nov 2024 08:20:22 +0200 Subject: [PATCH] 0.3.12 --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6ab9c..9768976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/project.clj b/project.clj index 1b78698..6aa1055 100644 --- a/project.clj +++ b/project.clj @@ -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"