Skip to content

Commit e87e3c8

Browse files
committed
0.3.10
1 parent b55b97d commit e87e3c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.3.10 (2024-08-09)
22

33
* The `:strip-nils` option now doesn't strip empty values like `{}` or `""`.
44
Use the new `:strip-empties` option if you want the old behaviour.
@@ -14,7 +14,7 @@
1414
[com.fasterxml.jackson.datatype/jackson-datatype-joda "2.17.2"] is available but we use "2.17.1"
1515
```
1616

17-
## 0.3.9 (2023-06-29)
17+
## 0.3.9 (2024-06-29)
1818

1919
* add `:do-not-fail-on-empty-beans` option [#75](https://github.com/metosin/jsonista/pull/75)
2020
* Updated deps:

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/jsonista "0.3.9"
1+
(defproject metosin/jsonista "0.3.10"
22
:description "Clojure library for fast JSON encoding and decoding."
33
:url "https://github.com/metosin/jsonista"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)