File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ v0.7.16] - 2022-08-09
17+
18+ ### Added
19+
1220- add more ` PartialEq ` implementations to ` Vec ` where ` Vec ` is the RHS
1321
1422### Changed
1523
1624### Fixed
1725
26+ - clarify in the docs that the capacity ` heapless::String ` is in bytes, not characters
1827- Fixed some broken links in the documentation.
1928
2029## [ v0.7.15] - 2022-07-05
@@ -509,7 +518,8 @@ architecture.
509518
510519- Initial release
511520
512- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.15...HEAD
521+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.16...HEAD
522+ [ v0.7.16 ] : https://github.com/japaric/heapless/compare/v0.7.15...v0.7.16
513523[ v0.7.15 ] : https://github.com/japaric/heapless/compare/v0.7.14...v0.7.15
514524[ v0.7.14 ] : https://github.com/japaric/heapless/compare/v0.7.13...v0.7.14
515525[ v0.7.13 ] : https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212license = " MIT OR Apache-2.0"
1313name = " heapless"
1414repository = " https://github.com/japaric/heapless"
15- version = " 0.7.15 "
15+ version = " 0.7.16 "
1616
1717[features ]
1818default = [" cas" ]
You can’t perform that action at this time.
0 commit comments