docs: update CHANGELOG.md for master [skip ci]

This commit is contained in:
codex-storage[bot] 2024-02-13 05:29:16 +00:00 committed by GitHub
parent 14492e31ea
commit d59075df98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,28 @@
## v0.1.2
add parent error to parseJson exceptions
# Changelog
## v0.1.1
Add `toJson(pretty=true)`, so that stringified json can be prettified 😊
Formatted all nim files using [`nph`](https://github.com/arnetheduck/nph)
## [Unreleased](https://github.com/codex-storage/nim-serde/tree/HEAD)
## v0.1.0
Initial versioned release
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.2...HEAD)
**Merged pull requests:**
- Adjust workflows for changelog generation [\#5](https://github.com/codex-storage/nim-serde/pull/5) ([veaceslavdoina](https://github.com/veaceslavdoina))
- Change parseJson to JsonNode.parse [\#4](https://github.com/codex-storage/nim-serde/pull/4) ([emizzle](https://github.com/emizzle))
- Add CI workflow [\#3](https://github.com/codex-storage/nim-serde/pull/3) ([emizzle](https://github.com/emizzle))
- Fix deserialization of openArray\[byte\] [\#2](https://github.com/codex-storage/nim-serde/pull/2) ([emizzle](https://github.com/emizzle))
## [v0.1.2](https://github.com/codex-storage/nim-serde/tree/v0.1.2) (2024-02-08)
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.1...v0.1.2)
## [v0.1.1](https://github.com/codex-storage/nim-serde/tree/v0.1.1) (2024-02-07)
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.0...v0.1.1)
## [v0.1.0](https://github.com/codex-storage/nim-serde/tree/v0.1.0) (2024-02-07)
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/5a8e85449d9320d2277bc9aadf1daae61c7f057b...v0.1.0)
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*