From 8a98b2650deceda3bc6a1d0c8aef3f7778cf37c4 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 9 Aug 2022 15:47:24 +0200 Subject: [PATCH] v0.7.16 --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22e26b246..0d7a2495dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Changed + +### Fixed + +## [v0.7.16] - 2022-08-09 + +### Added + - add more `PartialEq` implementations to `Vec` where `Vec` is the RHS ### Changed ### Fixed +- clarify in the docs that the capacity `heapless::String` is in bytes, not characters - Fixed some broken links in the documentation. ## [v0.7.15] - 2022-07-05 @@ -509,7 +518,8 @@ architecture. - Initial release -[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.15...HEAD +[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.16...HEAD +[v0.7.16]: https://github.com/japaric/heapless/compare/v0.7.15...v0.7.16 [v0.7.15]: https://github.com/japaric/heapless/compare/v0.7.14...v0.7.15 [v0.7.14]: https://github.com/japaric/heapless/compare/v0.7.13...v0.7.14 [v0.7.13]: https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13 diff --git a/Cargo.toml b/Cargo.toml index 6189fb208f..0382792b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"] license = "MIT OR Apache-2.0" name = "heapless" repository = "https://github.com/japaric/heapless" -version = "0.7.15" +version = "0.7.16" [features] default = ["cas"]