From 7c93606372533af2a0ac58ec9baaa495275a0cb4 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 29 Aug 2019 15:42:47 +0200 Subject: [PATCH] Prepared for 0.5.1 release --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e567c02c0..dac7f313c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.5.1] - 2019-08-29 + +### Added + +- Added armv8 support +- Added `Queue::peek` +- Added `BinaryHeap::peek_mut` + ## [v0.5.0] - 2019-07-12 ### Added @@ -253,7 +261,8 @@ architecture. - Initial release -[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.1...HEAD +[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 [v0.4.4]: https://github.com/japaric/heapless/compare/v0.4.3...v0.4.4 [v0.4.3]: https://github.com/japaric/heapless/compare/v0.4.2...v0.4.3 diff --git a/Cargo.toml b/Cargo.toml index f6792dc6b0..3acbcceacd 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.0" +version = "0.5.1" [dev-dependencies] scoped_threadpool = "0.1.8" @@ -30,4 +30,4 @@ hash32 = "0.1.0" [dependencies.serde] version = "1" optional = true -default-features = false \ No newline at end of file +default-features = false