File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.2.8] 2022-01-28
9
+
10
+ * patch: added possibility to modify dim elements (arrays)
8
11
* mmap: replace %s in field array
9
12
10
13
## [ v0.2.7] 2022-09-18
@@ -67,7 +70,10 @@ Other changes:
67
70
68
71
* Initial release with feature-parity with the Python project.
69
72
70
- [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.5...HEAD
73
+ [ Unreleased ] : https://github.com/stm32-rs/svdtools/compare/v0.2.8...HEAD
74
+ [ v0.2.8 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.7...v0.2.8
75
+ [ v0.2.7 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.6...v0.2.7
76
+ [ v0.2.6 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.5...v0.2.6
71
77
[ v0.2.5 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.4...v0.2.5
72
78
[ v0.2.4 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.3...v0.2.4
73
79
[ v0.2.3 ] : https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.2.7 "
3
+ version = " 0.2.8 "
4
4
repository = " https://github.com/stm32-rs/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