Skip to content

Commit

Permalink
release 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Mar 15, 2024
1 parent dd844c1 commit 747acdb
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 20 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion modules/muuntaja-charred/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/muuntaja-cheshire/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/muuntaja-form/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/muuntaja-msgpack/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/muuntaja-yaml/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/muuntaja/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 747acdb

Please sign in to comment.