File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.8] - 2024-05-17
11
+
10
12
- [ #840 ] : ` defmt ` : Support pre-1.77
11
13
- [ #839 ] : ` CI ` : Fix tests
12
14
- [ #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/).
638
640
639
641
Initial release
640
642
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
642
645
[ v0.3.7 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.6...defmt-v0.3.7
643
646
[ v0.3.6 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.5...defmt-v0.3.6
644
647
[ v0.3.5 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.4...defmt-v0.3.5
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name = "defmt"
15
15
readme = " ../README.md"
16
16
repository = " https://github.com/knurling-rs/defmt"
17
17
homepage = " https://knurling.ferrous-systems.com/"
18
- version = " 0.3.7 "
18
+ version = " 0.3.8 "
19
19
20
20
[features ]
21
21
alloc = []
You can’t perform that action at this time.
0 commit comments