mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-29 21:40:27 +00:00
parent
481de1592c
commit
92b476a486
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.9.0] - 2025-04-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added `bytes::Buf` and `bytes::BufMut` implementations for `Vec`.
|
- Added `bytes::Buf` and `bytes::BufMut` implementations for `Vec`.
|
||||||
@ -673,7 +675,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.8.0...HEAD
|
[Unreleased]: https://github.com/rust-embedded/heapless/compare/v0.9.0...HEAD
|
||||||
|
[v0.9.0]: https://github.com/rust-embedded/heapless/compare/v0.8.0...v0.9.0
|
||||||
[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
|
[v0.8.0]: https://github.com/rust-embedded/heapless/compare/v0.7.16...v0.8.0
|
||||||
[v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
|
[v0.7.16]: https://github.com/rust-embedded/heapless/compare/v0.7.15...v0.7.16
|
||||||
[v0.7.15]: https://github.com/rust-embedded/heapless/compare/v0.7.14...v0.7.15
|
[v0.7.15]: https://github.com/rust-embedded/heapless/compare/v0.7.14...v0.7.15
|
||||||
|
@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "heapless"
|
name = "heapless"
|
||||||
repository = "https://github.com/rust-embedded/heapless"
|
repository = "https://github.com/rust-embedded/heapless"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
bytes = ["dep:bytes"]
|
bytes = ["dep:bytes"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user