mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +00:00
v0.2.1
This commit is contained in:
parent
72a79e6833
commit
4a2ca8d90a
11
CHANGELOG.md
11
CHANGELOG.md
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.2.1] - 2017-12-21
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `Vec` now implements both `fmt::Debug`, `PartialEq` and `Eq`.
|
||||||
|
|
||||||
|
- `resize` and `resize_default` methods to `Vec`.
|
||||||
|
|
||||||
## [v0.2.0] - 2017-11-22
|
## [v0.2.0] - 2017-11-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -29,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.2.0...HEAD
|
[Unreleased]: https://github.com/japaric/heapless/compare/v0.2.1...HEAD
|
||||||
|
[v0.2.1]: https://github.com/japaric/heapless/compare/v0.2.0...v0.2.1
|
||||||
[v0.2.0]: https://github.com/japaric/heapless/compare/v0.1.0...v0.2.0
|
[v0.2.0]: https://github.com/japaric/heapless/compare/v0.1.0...v0.2.0
|
||||||
|
@ -13,7 +13,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.2.0"
|
version = "0.2.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
untagged-option = "0.1.1"
|
untagged-option = "0.1.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user