mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 05:50:29 +00:00
v0.3.4
This commit is contained in:
parent
6419bc2386
commit
1f2228e1cf
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.3.4] - 2018-04-28
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `BinaryHeap.pop_unchecked` an unchecked version of `BinaryHeap.pop`
|
||||||
|
|
||||||
## [v0.3.3] - 2018-04-28
|
## [v0.3.3] - 2018-04-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -113,7 +119,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.3.3...HEAD
|
[Unreleased]: https://github.com/japaric/heapless/compare/v0.3.4...HEAD
|
||||||
|
[v0.3.4]: https://github.com/japaric/heapless/compare/v0.3.3...v0.3.4
|
||||||
[v0.3.3]: https://github.com/japaric/heapless/compare/v0.3.2...v0.3.3
|
[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.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.1]: https://github.com/japaric/heapless/compare/v0.3.0...v0.3.1
|
||||||
|
@ -16,7 +16,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.3.3"
|
version = "0.3.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
scoped_threadpool = "0.1.8"
|
scoped_threadpool = "0.1.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user