Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release defmt v0.3.5, defmt-macros 0.3.6 and defmt-print 0.3.8 #759

Merged
merged 6 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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