From 3d67d0b7acbc586dfa0ce63d53b9885260d3e473 Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Wed, 18 Sep 2024 12:47:58 +0300 Subject: [PATCH] 0.3.11 --- CHANGELOG.md | 6 ++++++ project.clj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a4455..2f6ab9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.11 (2024-09-18) + +* New streaming support, including `read-values` and `write-values`. + See [docs/streaming.md](docs/streaming.md). Thanks to [@bsless](https://github.com/bsless)! + [#82](https://github.com/metosin/jsonista/pull/82) + ## 0.3.10 (2024-08-09) * The `:strip-nils` option now doesn't strip empty values like `{}` or `""`. diff --git a/project.clj b/project.clj index 02604ec..d40d905 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/jsonista "0.3.10" +(defproject metosin/jsonista "0.3.11" :description "Clojure library for fast JSON encoding and decoding." :url "https://github.com/metosin/jsonista" :license {:name "Eclipse Public License"