mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 04:20:24 +00:00
Prepared for 0.5.1 release
This commit is contained in:
parent
e8aa152993
commit
7c93606372
11
CHANGELOG.md
11
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user