File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v0.7.12] - 2022-05-12
17
+
18
+ ### Added
19
+
12
20
* Added support for AVR architecture.
13
21
* Add ` entry ` API to ` IndexMap `
14
22
* Implement ` IntoIterator ` trait for ` Indexmap `
@@ -472,7 +480,8 @@ architecture.
472
480
473
481
- Initial release
474
482
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
476
485
[ v0.7.11 ] : https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11
477
486
[ v0.7.10 ] : https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
478
487
[ v0.7.9 ] : https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
12
12
license = " MIT OR Apache-2.0"
13
13
name = " heapless"
14
14
repository = " https://github.com/japaric/heapless"
15
- version = " 0.7.11 "
15
+ version = " 0.7.12 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments