mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
Release v0.6.1
This commit is contained in:
parent
4499eda03d
commit
7e3ab44ff8
10
CHANGELOG.md
10
CHANGELOG.md
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.6.1] - 2021-03-02
|
||||
|
||||
### Fixed
|
||||
|
||||
- Security issue.
|
||||
|
||||
## [v0.6.0] - 2021-02-02
|
||||
|
||||
### Changed
|
||||
@ -323,7 +329,9 @@ architecture.
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.5...HEAD
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.6.1...HEAD
|
||||
[v0.6.1]: https://github.com/japaric/heapless/compare/v0.6.0...v0.6.1
|
||||
[v0.6.0]: https://github.com/japaric/heapless/compare/v0.5.5...v0.6.0
|
||||
[v0.5.5]: https://github.com/japaric/heapless/compare/v0.5.4...v0.5.5
|
||||
[v0.5.4]: https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
|
||||
[v0.5.3]: https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3
|
||||
|
@ -17,7 +17,7 @@ keywords = [
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "heapless"
|
||||
repository = "https://github.com/japaric/heapless"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
|
||||
[features]
|
||||
default = ["cas"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user