Skip to content

Commit

Permalink
Merge pull request #759 from knurling-rs/release
Browse files Browse the repository at this point in the history
Release `defmt v0.3.5`, `defmt-macros 0.3.6` and `defmt-print 0.3.8`
  • Loading branch information
BriocheBerlin authored Jun 19, 2023
2 parents ba53b2e + e1413da commit 16d52c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion defmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion print/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16d52c7

Please sign in to comment.