From f7f0dcdb441c999ad380695815606358d2fe5b8d Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 6 Apr 2020 20:57:27 +0200 Subject: [PATCH] Preparing for v0.5.4 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10028894..51abed01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.5.4] - 2020-04-06 + ### Added - Added `StableDeref` implementation for `pool::Box` and `pool::singleton::Box`. @@ -292,7 +294,9 @@ architecture. - Initial release -[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.4...HEAD +[v0.5.4]: https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4 +[v0.5.3]: https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3 [v0.5.2]: https://github.com/japaric/heapless/compare/v0.5.1...v0.5.2 [v0.5.1]: https://github.com/japaric/heapless/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/japaric/heapless/compare/v0.4.4...v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 85708f0e..5a164076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = [ license = "MIT OR Apache-2.0" name = "heapless" repository = "https://github.com/japaric/heapless" -version = "0.5.3" +version = "0.5.4" [features] default = ["cas"]