Skip to content

Commit

Permalink
release: 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Sep 16, 2021
1 parent 51e3da6 commit ebca1d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELESED
## 0.3.4 (2021-09-16)

* add `deps.edn` to the project
* run tests with Java17
Expand Down Expand Up @@ -46,15 +46,15 @@
(import '(org.msgpack.jackson.dataformat MessagePackFactory))

(def mapper
(j/object-mapper
(j/object-mapper
{:factory (MessagePackFactory.)
:encode-key-fn true
:decode-key-fn true}))

(-> {:kikka 6}
(j/write-value-as-bytes mapper)
(j/read-value mapper))
; => {:kikka 6}
; => {:kikka 6}
```

## 0.3.0 (2020-12-27)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/jsonista "0.3.3"
(defproject metosin/jsonista "0.3.4"
:description "Clojure library for fast JSON encoding and decoding."
:url "https://github.com/metosin/jsonista"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ebca1d5

Please sign in to comment.