From 37c4502d98c8b237479890b1221413f49bf779a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 20 Aug 2025 16:49:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de00ef5..1851a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] + +- Update to `heapless` version 0.9.1 ([#10][]) + +[#10]: https://github.com/nickray/flexiber/pull/10 + ## [0.1.2] - Migrate to `syn` version 2: ([#7][]) @@ -26,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/nickray/flexiber/compare/0.1.2...HEAD +[Unreleased]: https://github.com/nickray/flexiber/compare/0.2.0...HEAD +[0.2.0]: https://github.com/nickray/flexiber/compare/0.1.2...0.2.0 [0.1.2]: https://github.com/nickray/flexiber/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/nickray/flexiber/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/nickray/flexiber/releases/tag/0.1.0