Skip to content

Commit 87e16dd

Browse files
Merge #748
748: Release `defmt-v0.3.4`, `defmt-decoder-v0.3.6`, `defmt-print-v0.3.4` and yank previous r=Urhengulas a=Urhengulas Co-authored-by: Urhengulas <[email protected]>
2 parents 329bee6 + 654dd7f commit 87e16dd

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.3.4] - 2023-04-05
11+
12+
- [#748]: Release `defmt-v0.3.4`, `defmt-decoder-v0.3.6`, `defmt-print-v0.3.4` and yank previous
1013
- [#747]: Bump wire version
1114

15+
[#748]: https://github.com/knurling-rs/defmt/pull/748
1216
[#747]: https://github.com/knurling-rs/defmt/pull/747
1317

14-
## [v0.3.3] - 2023-03-29
18+
## [v0.3.3] - 2023-03-29 (yanked)
1519

1620
- [#745]: Release `defmt-v0.3.3`, `defmt-decoder-v0.3.5`, `defmt-macros v0.3.4`, `defmt-parser v0.3.2`, `defmt-print v0.3.5` and `panic-probe v0.3.1`
1721
- [#744]: `defmt-parser`: Clean and simplify
@@ -539,8 +543,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
539543

540544
Initial release
541545

542-
[Unreleased]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.3...main
543-
[v0.3.2]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.2...defmt-v0.3.3
546+
[Unreleased]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.4...main
547+
[v0.3.4]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.3...defmt-v0.3.4
548+
[v0.3.3]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.2...defmt-v0.3.3
544549
[v0.3.2]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.1...defmt-v0.3.2
545550
[v0.3.1]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.0...defmt-v0.3.1
546551
[v0.3.0]: https://github.com/knurling-rs/defmt/compare/defmt-v0.2.3...defmt-v0.3.0

decoder/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-decoder"
88
readme = "../README.md"
99
repository = "https://github.com/knurling-rs/defmt"
10-
version = "0.3.5"
10+
version = "0.3.6"
1111

1212
[dependencies]
1313
byteorder = "1"

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.3"
18+
version = "0.3.4"
1919

2020
[features]
2121
alloc = []

print/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ 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.5"
11+
version = "0.3.6"
1212

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

1515
[dependencies]
1616
anyhow = "1"
1717
clap = { version = "4.0", features = ["derive", "env"] }
18-
defmt-decoder = { version = "=0.3.5", path = "../decoder", features = [
18+
defmt-decoder = { version = "=0.3.6", path = "../decoder", features = [
1919
"unstable",
2020
] }
2121
log = "0.4"

qemu-run/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ version = "0.1.0"
88

99
[dependencies]
1010
anyhow = "1"
11-
defmt-decoder = { version = "=0.3.5", path = "../decoder", features = [
11+
defmt-decoder = { version = "=0.3.6", path = "../decoder", features = [
1212
"unstable",
1313
] }

0 commit comments

Comments
 (0)