Skip to content

Commit

Permalink
Bump changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulu-Inuoe committed Aug 28, 2023
1 parent 7e2037c commit 4f16067
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## PENDING v1.2.0
## PENDING v1.1.3

Changes relative to [v1.1.2](#v112)

## v1.1.2

Changes relative to [v1.1.1](#v111)

* Fix printing non-square multidimensional arrays https://github.com/Zulu-Inuoe/jzon/issues/43
* Fix serializing CLOS objects on LispWorks https://github.com/Zulu-Inuoe/jzon/issues/49
* `jzon:span` support for `cl:stream`
* Fix serializing non-square multidimensional arrays https://github.com/Zulu-Inuoe/jzon/pull/44

## v1.1.1

Expand Down
2 changes: 1 addition & 1 deletion src/com.inuoe.jzon.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defsystem #:com.inuoe.jzon
:version "1.1.1"
:version "1.1.2"
:description "A correct and safe(er) JSON RFC 8259 parser with sane defaults."
:author "Wilfredo Velázquez-Rodríguez <[email protected]>"
:license "MIT"
Expand Down

0 comments on commit 4f16067

Please sign in to comment.