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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.5] 2023-11-30
9
+
8
10
* Move field with derived enums before other
9
11
* ` -1 ` for default enum value
10
12
* Update ` displayName ` during collect, improve searching common ` description `
@@ -104,7 +106,8 @@ Other changes:
104
106
105
107
* Initial release with feature-parity with the Python project.
106
108
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
108
111
[ v0.3.4 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.3...v0.3.4
109
112
[ v0.3.3 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.2...v0.3.3
110
113
[ 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 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.4 "
3
+ version = " 0.3.5 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
@@ -25,11 +25,11 @@ edition = "2021"
25
25
rust-version = " 1.70"
26
26
27
27
[dependencies ]
28
- clap = { version = " 4.1 " , features = [" derive" , " cargo" , " color" ] }
28
+ clap = { version = " 4.4 " , features = [" derive" , " cargo" , " color" ] }
29
29
serde = { 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" ] }
33
33
svd-encoder = " 0.14.4"
34
34
yaml-rust = " 0.4"
35
35
# serde_yaml 0.9.x looks broken
@@ -47,7 +47,7 @@ liquid = "0.26.0"
47
47
once_cell = " 1.18.0"
48
48
rayon = " 1.7.0"
49
49
regex = " 1.9.1"
50
- itertools = " 0.11 .0"
50
+ itertools = " 0.12 .0"
51
51
52
52
[dev-dependencies ]
53
53
tempfile = " 3.3"
You can’t perform that action at this time.
0 commit comments