diff --git a/CHANGELOG.md b/CHANGELOG.md index 853bbe49..7f62cbbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.5] - 2023-06-19 + - [#760]: `defmt-macros`: Upgrade to syn 2 +- [#759]: Release `defmt v0.3.5`, `defmt-macros 0.3.6` and `defmt-print 0.3.8` - [#758]: `defmt-print`: Tidy up - [#757]: `defmt-print`: Allow reading from a tcp port - [#756]: `CI`: Switch from bors to merge queue - [#753]: `demft` Add `Format` impls for `core::ptr::NonNull` and `fn(Args...) -> Ret` (up to 12 arguments) [#760]: https://github.com/knurling-rs/defmt/pull/760 +[#759]: https://github.com/knurling-rs/defmt/pull/759 [#758]: https://github.com/knurling-rs/defmt/pull/758 [#757]: https://github.com/knurling-rs/defmt/pull/757 [#756]: https://github.com/knurling-rs/defmt/pull/756 [#753]: https://github.com/knurling-rs/defmt/pull/753 - -## [v0.3.5] - 2023-05-05 +## defmt-decoder v0.3.7, defmt-macros v0.3.5, defmt-parser v0.3.3, defmt-print v0.3.7 - 2023-05-05 - [#754]: Release `defmt-decoder v0.3.7`, `defmt-macros v0.3.5`, `defmt-parser v0.3.3`, `defmt-print v0.3.7` - [#750]: Add support for decoding wire format version 3 diff --git a/defmt/Cargo.toml b/defmt/Cargo.toml index 663b0e29..51524ba9 100644 --- a/defmt/Cargo.toml +++ b/defmt/Cargo.toml @@ -15,7 +15,7 @@ name = "defmt" readme = "../README.md" repository = "https://github.com/knurling-rs/defmt" homepage = "https://knurling.ferrous-systems.com/" -version = "0.3.4" +version = "0.3.5" [features] alloc = [] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 892c066c..f37cf0bf 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" name = "defmt-macros" readme = "../README.md" repository = "https://github.com/knurling-rs/defmt" -version = "0.3.5" +version = "0.3.6" [lib] proc-macro = true diff --git a/print/Cargo.toml b/print/Cargo.toml index 6d5793cf..9dd7b340 100644 --- a/print/Cargo.toml +++ b/print/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "defmt-print" readme = "README.md" repository = "https://github.com/knurling-rs/defmt" -version = "0.3.7" +version = "0.3.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html