From 956d4a2e5740573e48d0da118e92b7ba76d83bfd Mon Sep 17 00:00:00 2001 From: "codex-storage[bot]" <159803397+codex-storage[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 06:43:18 +0000 Subject: [PATCH] docs: update CHANGELOG.md for master [skip ci] --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc04c06..a6dc541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [Unreleased](https://github.com/codex-storage/nim-serde/tree/HEAD) -[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.2...HEAD) +[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.0.0...HEAD) **Merged pull requests:** +- v1.0.0 [\#8](https://github.com/codex-storage/nim-serde/pull/8) ([emizzle](https://github.com/emizzle)) - fix: change serializer funcs to procs [\#7](https://github.com/codex-storage/nim-serde/pull/7) ([emizzle](https://github.com/emizzle)) - Use token for changelog generator [\#6](https://github.com/codex-storage/nim-serde/pull/6) ([veaceslavdoina](https://github.com/veaceslavdoina)) - Adjust workflows for changelog generation [\#5](https://github.com/codex-storage/nim-serde/pull/5) ([veaceslavdoina](https://github.com/veaceslavdoina)) @@ -13,6 +14,10 @@ - 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)) +## [v1.0.0](https://github.com/codex-storage/nim-serde/tree/v1.0.0) (2024-02-13) + +[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.2...v1.0.0) + ## [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)