Skip to content

Commit 16d52c7

Browse files
Merge pull request #759 from knurling-rs/release
Release `defmt v0.3.5`, `defmt-macros 0.3.6` and `defmt-print 0.3.8`
2 parents ba53b2e + e1413da commit 16d52c7

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.5] - 2023-06-19
11+
1012
- [#760]: `defmt-macros`: Upgrade to syn 2
13+
- [#759]: Release `defmt v0.3.5`, `defmt-macros 0.3.6` and `defmt-print 0.3.8`
1114
- [#758]: `defmt-print`: Tidy up
1215
- [#757]: `defmt-print`: Allow reading from a tcp port
1316
- [#756]: `CI`: Switch from bors to merge queue
1417
- [#753]: `demft` Add `Format` impls for `core::ptr::NonNull` and `fn(Args...) -> Ret` (up to 12 arguments)
1518

1619
[#760]: https://github.com/knurling-rs/defmt/pull/760
20+
[#759]: https://github.com/knurling-rs/defmt/pull/759
1721
[#758]: https://github.com/knurling-rs/defmt/pull/758
1822
[#757]: https://github.com/knurling-rs/defmt/pull/757
1923
[#756]: https://github.com/knurling-rs/defmt/pull/756
2024
[#753]: https://github.com/knurling-rs/defmt/pull/753
2125

22-
23-
## [v0.3.5] - 2023-05-05
26+
## defmt-decoder v0.3.7, defmt-macros v0.3.5, defmt-parser v0.3.3, defmt-print v0.3.7 - 2023-05-05
2427

2528
- [#754]: Release `defmt-decoder v0.3.7`, `defmt-macros v0.3.5`, `defmt-parser v0.3.3`, `defmt-print v0.3.7`
2629
- [#750]: Add support for decoding wire format version 3

defmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "defmt"
1515
readme = "../README.md"
1616
repository = "https://github.com/knurling-rs/defmt"
1717
homepage = "https://knurling.ferrous-systems.com/"
18-
version = "0.3.4"
18+
version = "0.3.5"
1919

2020
[features]
2121
alloc = []

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
name = "defmt-macros"
88
readme = "../README.md"
99
repository = "https://github.com/knurling-rs/defmt"
10-
version = "0.3.5"
10+
version = "0.3.6"
1111

1212
[lib]
1313
proc-macro = true

print/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "defmt-print"
99
readme = "README.md"
1010
repository = "https://github.com/knurling-rs/defmt"
11-
version = "0.3.7"
11+
version = "0.3.8"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

0 commit comments

Comments
 (0)