From a3efec6859870d3c8703c44ae01005215c4bb8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 28 Oct 2025 19:01:19 +0100 Subject: [PATCH] Prepare release 0.9.2 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06dcfffe2..7cc505fcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.9.2] 2025-10-29 + - Minor fixes to module docs. - Make MSRV of 1.87.0 explicit. - Implement `Default` for `CapacityError`. @@ -717,7 +719,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Initial release -[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.2...HEAD +[v0.9.2]: https://github.com/rust-embedded/heapless/compare/v0.9.1...v0.9.2 [v0.9.1]: https://github.com/rust-embedded/heapless/compare/v0.9.0...v0.9.1 [v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0 diff --git a/Cargo.toml b/Cargo.toml index 9fb63e5a66..3524c533b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["static", "no-heap"] license = "MIT OR Apache-2.0" name = "heapless" repository = "https://github.com/rust-embedded/heapless" -version = "0.9.1" +version = "0.9.2" [features] bytes = ["dep:bytes"]