Skip to content

Commit 8a98b26

Browse files
committed
v0.7.16
1 parent ca2dd96 commit 8a98b26

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.15"
15+
version = "0.7.16"
1616

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

0 commit comments

Comments
 (0)