From e0497ed3d291917fdbb17404d4b5a18e70342a26 Mon Sep 17 00:00:00 2001 From: Urhengulas Date: Mon, 8 Mar 2021 20:16:52 +0100 Subject: [PATCH] `defmt v0.2.1` --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cbd03a..de418f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.1] - 2021-03-08 + +### Added +- [#403] Add knurling logo to API docs + +### Fixed +- [#413] Fix docs-rs build, by disabling feature "unstable-test" +- [#427] Drop outdated note about `defmt v0.2.0` from book + +[#403]: https://github.com/knurling-rs/defmt/pull/403 +[#413]: https://github.com/knurling-rs/defmt/pull/413 +[#427]: https://github.com/knurling-rs/defmt/pull/427 + ## [v0.2.0] - 2021-02-19 ### Added @@ -211,6 +224,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release [Unreleased]: https://github.com/knurling-rs/defmt/compare/defmt-v0.2.0...main +[v0.2.1]: https://github.com/knurling-rs/defmt/compare/defmt-v0.2.0...defmt-v0.2.1 [v0.2.0]: https://github.com/knurling-rs/defmt/compare/defmt-v0.1.3...defmt-v0.2.0 [v0.1.3]: https://github.com/knurling-rs/defmt/compare/defmt-v0.1.2...defmt-v0.1.3 [v0.1.2]: https://github.com/knurling-rs/defmt/compare/v0.1.1...defmt-v0.1.2 diff --git a/Cargo.toml b/Cargo.toml index c42a1e52..bb7eda89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "defmt" readme = "README.md" repository = "https://github.com/knurling-rs/defmt" homepage = "https://knurling.ferrous-systems.com/" -version = "0.2.0" +version = "0.2.1" [features] alloc = []