File tree Expand file tree Collapse file tree 7 files changed +13
-10
lines changed Expand file tree Collapse file tree 7 files changed +13
-10
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.6] - 2024-02-05
11
+
10
12
- [ #804 ] : ` CI ` : Remove mdbook strategy
11
13
- [ #803 ] : ` CI ` : Disable nightly qemu-snapshot tests
12
14
- [ #789 ] : ` defmt ` : Add support for new time-related display hints
@@ -603,7 +605,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
603
605
604
606
Initial release
605
607
606
- [ Unreleased ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.5...main
608
+ [ Unreleased ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.6...main
609
+ [ v0.3.6 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.5...defmt-v0.3.6
607
610
[ v0.3.5 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.4...defmt-v0.3.5
608
611
[ v0.3.4 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.3...defmt-v0.3.4
609
612
[ v0.3.3 ] : https://github.com/knurling-rs/defmt/compare/defmt-v0.3.2...defmt-v0.3.3
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ license = "MIT OR Apache-2.0"
7
7
name = " defmt-decoder"
8
8
readme = " ../README.md"
9
9
repository = " https://github.com/knurling-rs/defmt"
10
- version = " 0.3.9 "
10
+ version = " 0.3.10 "
11
11
12
12
[dependencies ]
13
13
byteorder = " 1"
14
14
colored = " 2"
15
- defmt-parser = { version = " =0.3.3 " , path = " ../parser" , features = [" unstable" ] }
15
+ defmt-parser = { version = " =0.3.4 " , path = " ../parser" , features = [" unstable" ] }
16
16
ryu = " 1"
17
17
nom = " 7"
18
18
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.5 "
18
+ version = " 0.3.6 "
19
19
20
20
[features ]
21
21
alloc = []
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7
7
name = " defmt-macros"
8
8
readme = " ../README.md"
9
9
repository = " https://github.com/knurling-rs/defmt"
10
- version = " 0.3.6 "
10
+ version = " 0.3.7 "
11
11
12
12
[lib ]
13
13
proc-macro = true
@@ -17,7 +17,7 @@ proc-macro = true
17
17
unstable-test = []
18
18
19
19
[dependencies ]
20
- defmt-parser = { version = " =0.3.3 " , path = " ../parser" , features = [" unstable" ] }
20
+ defmt-parser = { version = " =0.3.4 " , path = " ../parser" , features = [" unstable" ] }
21
21
proc-macro-error = " 1"
22
22
proc-macro2 = " 1"
23
23
quote = " 1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7
7
name = " defmt-parser"
8
8
readme = " ../README.md"
9
9
repository = " https://github.com/knurling-rs/defmt"
10
- version = " 0.3.3 "
10
+ version = " 0.3.4 "
11
11
12
12
[dependencies ]
13
13
thiserror = " 1.0"
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ license = "MIT OR Apache-2.0"
8
8
name = " defmt-print"
9
9
readme = " README.md"
10
10
repository = " https://github.com/knurling-rs/defmt"
11
- version = " 0.3.10 "
11
+ version = " 0.3.11 "
12
12
13
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
14
15
15
[dependencies ]
16
16
anyhow = " 1"
17
17
clap = { version = " 4.0" , features = [" derive" , " env" ] }
18
- defmt-decoder = { version = " =0.3.9 " , path = " ../decoder" , features = [
18
+ defmt-decoder = { version = " =0.3.10 " , path = " ../decoder" , features = [
19
19
" unstable" ,
20
20
] }
21
21
log = " 0.4"
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ version = "0.1.0"
8
8
9
9
[dependencies ]
10
10
anyhow = " 1"
11
- defmt-decoder = { version = " =0.3.9 " , path = " ../decoder" , features = [
11
+ defmt-decoder = { version = " =0.3.10 " , path = " ../decoder" , features = [
12
12
" unstable" ,
13
13
] }
You can’t perform that action at this time.
0 commit comments