diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b10a2..c691765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ **[compare](https://github.com/metosin/muuntaja/compare/0.6.9...master)** -## 0.6.9 (2024-03-15) +## 0.6.10 (2024-03-15) * Update deps: @@ -18,6 +18,8 @@ - Fixed CVEs in SnakeYAML dependency ([#137](https://github.com/metosin/muuntaja/issues/137)) - Fixed `decode-response-body` when body content is falsey, from [lotuc](https://github.com/lotuc) [#136](https://github.com/metosin/muuntaja/pull/136), fixes [#134](https://github.com/metosin/muuntaja/issues/134) +## 0.6.9 BROKEN, DO NOT USE + ## 0.6.8 (2021-02-04) * Update deps: diff --git a/README.md b/README.md index 513dbdb..9296c3a 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,17 @@ for detailed API documentation as well as more guides on how to use Muuntaja. ## Latest version ```clj -[metosin/muuntaja "0.6.9"] +[metosin/muuntaja "0.6.10"] ``` Optionally, the parts can be required separately: ```clj -[metosin/muuntaja-form "0.6.9"] -[metosin/muuntaja-cheshire "0.6.9"] -[fi.metosin/muuntaja-charred "0.6.9"] -[metosin/muuntaja-msgpack "0.6.9"] -[metosin/muuntaja-yaml "0.6.9"] +[metosin/muuntaja-form "0.6.10"] +[metosin/muuntaja-cheshire "0.6.10"] +[fi.metosin/muuntaja-charred "0.6.10"] +[metosin/muuntaja-msgpack "0.6.10"] +[metosin/muuntaja-yaml "0.6.10"] ``` Muuntaja requires Java 1.8+ diff --git a/modules/muuntaja-charred/project.clj b/modules/muuntaja-charred/project.clj index 77406d5..a64ede1 100644 --- a/modules/muuntaja-charred/project.clj +++ b/modules/muuntaja-charred/project.clj @@ -1,4 +1,4 @@ -(defproject fi.metosin/muuntaja-charred "0.6.9" +(defproject fi.metosin/muuntaja-charred "0.6.10" :description "Charred/JSON format for Muuntaja" :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" diff --git a/modules/muuntaja-cheshire/project.clj b/modules/muuntaja-cheshire/project.clj index 1dd9b35..f9c665a 100644 --- a/modules/muuntaja-cheshire/project.clj +++ b/modules/muuntaja-cheshire/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/muuntaja-cheshire "0.6.9" +(defproject metosin/muuntaja-cheshire "0.6.10" :description "Cheshire/JSON format for Muuntaja" :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" diff --git a/modules/muuntaja-form/project.clj b/modules/muuntaja-form/project.clj index 88574f0..74e1c52 100644 --- a/modules/muuntaja-form/project.clj +++ b/modules/muuntaja-form/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/muuntaja-form "0.6.9" +(defproject metosin/muuntaja-form "0.6.10" :description "application/x-www-form-urlencoded format for Muuntaja" :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" diff --git a/modules/muuntaja-msgpack/project.clj b/modules/muuntaja-msgpack/project.clj index 1d40841..53bf0d1 100644 --- a/modules/muuntaja-msgpack/project.clj +++ b/modules/muuntaja-msgpack/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/muuntaja-msgpack "0.6.9" +(defproject metosin/muuntaja-msgpack "0.6.10" :description "Messagepack format for Muuntaja" :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" diff --git a/modules/muuntaja-yaml/project.clj b/modules/muuntaja-yaml/project.clj index ca006df..3fd5bb7 100644 --- a/modules/muuntaja-yaml/project.clj +++ b/modules/muuntaja-yaml/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/muuntaja-yaml "0.6.9" +(defproject metosin/muuntaja-yaml "0.6.10" :description "YAML format for Muuntaja" :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" diff --git a/modules/muuntaja/project.clj b/modules/muuntaja/project.clj index e4c5b64..ad87266 100644 --- a/modules/muuntaja/project.clj +++ b/modules/muuntaja/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/muuntaja "0.6.9" +(defproject metosin/muuntaja "0.6.10" :description "Clojure library for format encoding, decoding and content-negotiation" :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" diff --git a/project.clj b/project.clj index e7e6dc0..8104a1b 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "https://github.com/metosin/muuntaja" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v20.html"} - :managed-dependencies [[metosin/muuntaja "0.6.9"] + :managed-dependencies [[metosin/muuntaja "0.6.10"] [ring/ring-codec "1.1.2"] [metosin/jsonista "0.3.1"] [com.cognitect/transit-clj "1.0.324"] @@ -41,12 +41,12 @@ [ring/ring-json "0.5.0"] ;; modules - [metosin/muuntaja "0.6.9"] - [metosin/muuntaja-form "0.6.9"] - [fi.metosin/muuntaja-charred "0.6.9"] - [metosin/muuntaja-cheshire "0.6.9"] - [metosin/muuntaja-msgpack "0.6.9"] - [metosin/muuntaja-yaml "0.6.9"] + [metosin/muuntaja "0.6.10"] + [metosin/muuntaja-form "0.6.10"] + [fi.metosin/muuntaja-charred "0.6.10"] + [metosin/muuntaja-cheshire "0.6.10"] + [metosin/muuntaja-msgpack "0.6.10"] + [metosin/muuntaja-yaml "0.6.10"] ;; correct jackson [com.fasterxml.jackson.core/jackson-databind "2.12.1"]