File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ Each change should include:
1111Place any breaking changes under a "BREAKING changes" list item
1212-->
1313
14- # v6.1.0 - UNRELEASED
14+ # v6.2.0 - UNRELEASED
15+
16+ # v6.1.0 - 2025-09-01
1517
1618* Add encoding for ` java.time.Instant `
1719 [ #241 ] ( https://github.com/dakrone/cheshire/pull/241 )
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ encoders.
4141## Usage
4242
4343``` clojure
44- [cheshire " 6.0 .0" ]
44+ [cheshire " 6.1 .0" ]
4545
46- ; ; Cheshire v6.0 .0 uses Jackson 2.18.3
46+ ; ; Cheshire v6.1 .0 uses Jackson 2.20.0
4747
4848; ; In your ns statement:
4949(ns my.ns
Original file line number Diff line number Diff line change 1- (defproject cheshire " 6.1.0-SNAPSHOT "
1+ (defproject cheshire " 6.1.0"
22 :description " JSON and JSON SMILE encoding, fast."
33 :url " https://github.com/dakrone/cheshire"
44 :license {:name " The MIT License"
You can’t perform that action at this time.
0 commit comments