mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.5.1] - 2019-08-29
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added armv8 support
|
||||||
|
- Added `Queue::peek`
|
||||||
|
- Added `BinaryHeap::peek_mut`
|
||||||
|
|
||||||
## [v0.5.0] - 2019-07-12
|
## [v0.5.0] - 2019-07-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -253,7 +261,8 @@ architecture.
|
|||||||
|
|
||||||
- Initial release
|
- 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.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.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
|
[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"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "heapless"
|
name = "heapless"
|
||||||
repository = "https://github.com/japaric/heapless"
|
repository = "https://github.com/japaric/heapless"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
scoped_threadpool = "0.1.8"
|
scoped_threadpool = "0.1.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user