File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
55
66## [ Unreleased]
77
8+ ## [ v0.3.5] 2023-11-30
9+
810* Move field with derived enums before other
911* ` -1 ` for default enum value
1012* Update ` displayName ` during collect, improve searching common ` description `
@@ -104,7 +106,8 @@ Other changes:
104106
105107* Initial release with feature-parity with the Python project.
106108
107- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.4...HEAD
109+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.5...HEAD
110+ [ v0.3.5 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.4...v0.3.5
108111[ v0.3.4 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.3...v0.3.4
109112[ v0.3.3 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.2...v0.3.3
110113[ v0.3.2 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.1...v0.3.2
Original file line number Diff line number Diff line change 11[package ]
22name = " svdtools"
3- version = " 0.3.4 "
3+ version = " 0.3.5 "
44repository = " https://github.com/rust-embedded/svdtools/"
55description = " Tool for modifying bugs in CMSIS SVD"
66authors = [
@@ -25,11 +25,11 @@ edition = "2021"
2525rust-version = " 1.70"
2626
2727[dependencies ]
28- clap = { version = " 4.1 " , features = [" derive" , " cargo" , " color" ] }
28+ clap = { version = " 4.4 " , features = [" derive" , " cargo" , " color" ] }
2929serde = { version = " 1.0" , features = [" derive" ] }
30- quick-xml = { version = " 0.30 " , features = [" serialize" ] }
31- svd-rs = { version = " 0.14.4 " , features = [" serde" , " derive-from" ] }
32- svd-parser = { version = " 0.14.3 " , features = [" expand" ] }
30+ quick-xml = { version = " 0.31 " , features = [" serialize" ] }
31+ svd-rs = { version = " 0.14.6 " , features = [" serde" , " derive-from" ] }
32+ svd-parser = { version = " 0.14.4 " , features = [" expand" ] }
3333svd-encoder = " 0.14.4"
3434yaml-rust = " 0.4"
3535# serde_yaml 0.9.x looks broken
@@ -47,7 +47,7 @@ liquid = "0.26.0"
4747once_cell = " 1.18.0"
4848rayon = " 1.7.0"
4949regex = " 1.9.1"
50- itertools = " 0.11 .0"
50+ itertools = " 0.12 .0"
5151
5252[dev-dependencies ]
5353tempfile = " 3.3"
You can’t perform that action at this time.
0 commit comments