From f089e9c915318fa15b8438b6ef507f8c68daa9f8 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 7 Nov 2023 20:10:36 +0100 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad88f8b..634d1d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.8.0] - 2023-11-07 + ### Added - Add `Clone` and `PartialEq` implementations to `HistoryBuffer`. @@ -561,7 +563,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.7.16...HEAD +[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.8.0...HEAD +[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0 [v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16 [v0.7.15]: https://github.com/rust-embedded/heapless/compare/v0.7.14...v0.7.15 [v0.7.14]: https://github.com/rust-embedded/heapless/compare/v0.7.13...v0.7.14