File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.3.13] 2024-03-29
9
+
8
10
* Interpolate path and name in ` description ` and ` derivedFrom `
9
11
* Allow specs started with ` _ ` (missing part)
12
+ * Allow 1 string ` _include `
10
13
11
14
## [ v0.3.12] 2024-03-23
12
15
@@ -16,7 +19,6 @@ This changelog tracks the Rust `svdtools` project. See
16
19
* Refactor ` RegisterBlockExt ` , use ` BlockPath ` for better errors
17
20
* Allow specs started with ` _ `
18
21
* Allow process, ` _delete ` and ` _modify ` cluster without ` _clusters ` specifier
19
- * Allow 1 string ` _include `
20
22
21
23
## [ v0.3.11] 2024-03-06
22
24
@@ -154,7 +156,8 @@ Other changes:
154
156
155
157
* Initial release with feature-parity with the Python project.
156
158
157
- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...HEAD
159
+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.13...HEAD
160
+ [ v0.3.13 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
158
161
[ v0.3.12 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
159
162
[ v0.3.11 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.10...v0.3.11
160
163
[ v0.3.10 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...v0.3.10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.12 "
3
+ version = " 0.3.3 "
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