Prepared for 0.5.1 release

This commit is contained in:
Emil Fresk 2019-08-29 15:42:47 +02:00
parent e8aa152993
commit 7c93606372
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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
default-features = false