File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.10] 2024-02-26
9
+
8
10
* Allow to specify ` name ` for ` enumeratedValues `
11
+ * Avoid unneded whitespaces in generated ` html `
9
12
10
13
## [ v0.3.9] 2024-01-19
11
14
@@ -132,7 +135,8 @@ Other changes:
132
135
133
136
* Initial release with feature-parity with the Python project.
134
137
135
- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...HEAD
138
+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.10...HEAD
139
+ [ v0.3.10 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
136
140
[ v0.3.9 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9
137
141
[ v0.3.8 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8
138
142
[ v0.3.7 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.9 "
3
+ version = " 0.3.10 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments