mirror of
https://github.com/rust-embedded/heapless.git
synced 2026-05-01 14:34:09 +00:00
v0.3.3
This commit is contained in:
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.3.3] - 2018-04-28
|
||||
|
||||
### Added
|
||||
|
||||
- `BinaryHeap.push_unchecked` an unchecked version of `BinaryHeap.push`
|
||||
|
||||
## [v0.3.2] - 2018-04-27
|
||||
|
||||
### Added
|
||||
@@ -107,7 +113,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.3.2...HEAD
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.3.3...HEAD
|
||||
[v0.3.3]: https://github.com/japaric/heapless/compare/v0.3.2...v0.3.3
|
||||
[v0.3.2]: https://github.com/japaric/heapless/compare/v0.3.1...v0.3.2
|
||||
[v0.3.1]: https://github.com/japaric/heapless/compare/v0.3.0...v0.3.1
|
||||
[v0.3.0]: https://github.com/japaric/heapless/compare/v0.2.7...v0.3.0
|
||||
|
||||
@@ -16,7 +16,7 @@ keywords = [
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "heapless"
|
||||
repository = "https://github.com/japaric/heapless"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
|
||||
[dev-dependencies]
|
||||
scoped_threadpool = "0.1.8"
|
||||
|
||||
Reference in New Issue
Block a user