Skip to content

Commit 217a5a3

Browse files
authored
Merge pull request #841 from knurling-rs/release
Release `defmt 0.3.8` and yank `0.3.7`
2 parents d1ee580 + 3d9da81 commit 217a5a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.3.8] - 2024-05-17
11+
1012
- [#840]: `defmt`: Support pre-1.77
1113
- [#839]: `CI`: Fix tests
1214
- [#838]: `defmt`: Switch to Cargo instruction compatible with older versions of Cargo
@@ -638,7 +640,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
638640

639641
Initial release
640642

641-
[Unreleased]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.7...main
643+
[Unreleased]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.8...main
644+
[v0.3.8]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.7...defmt-v0.3.8
642645
[v0.3.7]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.6...defmt-v0.3.7
643646
[v0.3.6]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.5...defmt-v0.3.6
644647
[v0.3.5]: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.4...defmt-v0.3.5

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

2020
[features]
2121
alloc = []

0 commit comments

Comments
 (0)