summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge.aparicio@ferrous-systems.com> 2022-05-12 15:27:32 +0200
committerGravatar Jorge Aparicio <jorge.aparicio@ferrous-systems.com> 2022-05-12 15:27:32 +0200
commit4431ae1e250eac5b28a8ad87e671885b3acdbb25 (patch)
tree30deb3e69771b6077c88effb8030397b68f2c502
parent02773a5b071f3be7c6a62dcafb4099f9a01f1ebc (diff)
downloadheapless-0.7.12.tar.gz
heapless-0.7.12.tar.zst
heapless-0.7.12.zip
v0.7.12v0.7.12
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c87bfdf..4007d065 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
+### Changed
+
+### Fixed
+
+## [v0.7.12] - 2022-05-12
+
+### Added
+
* Added support for AVR architecture.
* Add `entry` API to `IndexMap`
* Implement `IntoIterator` trait for `Indexmap`
@@ -472,7 +480,8 @@ architecture.
- Initial release
-[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.11...HEAD
+[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.12...HEAD
+[v0.7.12]: https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12
[v0.7.11]: https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11
[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
[v0.7.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
diff --git a/Cargo.toml b/Cargo.toml
index bce23200..6d6a73a3 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.11"
+version = "0.7.12"
[features]
default = ["cas"]