Skip to content

Commit 4431ae1

Browse files
committed
v0.7.12
1 parent 02773a5 commit 4431ae1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [v0.7.12] - 2022-05-12
17+
18+
### Added
19+
1220
* Added support for AVR architecture.
1321
* Add `entry` API to `IndexMap`
1422
* Implement `IntoIterator` trait for `Indexmap`
@@ -472,7 +480,8 @@ architecture.
472480

473481
- Initial release
474482

475-
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.11...HEAD
483+
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.12...HEAD
484+
[v0.7.12]: https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12
476485
[v0.7.11]: https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11
477486
[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
478487
[v0.7.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212
license = "MIT OR Apache-2.0"
1313
name = "heapless"
1414
repository = "https://github.com/japaric/heapless"
15-
version = "0.7.11"
15+
version = "0.7.12"
1616

1717
[features]
1818
default = ["cas"]

0 commit comments

Comments
 (0)