File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-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.3.9] 2024-01-19
9
+
10
+ * Use ` <details> ` instead of JavaScript in ` html ` template
8
11
* Fix escape special characters on Windows
9
12
10
13
## [ v0.3.8] 2023-12-23
@@ -127,7 +130,8 @@ Other changes:
127
130
128
131
* Initial release with feature-parity with the Python project.
129
132
130
- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.8...HEAD
133
+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.9...HEAD
134
+ [ v0.3.9 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.8...v0.3.9
131
135
[ v0.3.8 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.7...v0.3.8
132
136
[ v0.3.7 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.6...v0.3.7
133
137
[ v0.3.6 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.5...v0.3.6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.8 "
3
+ version = " 0.3.9 "
4
4
repository = " https://github.com/rust-embedded/svdtools/"
5
5
description = " Tool for modifying bugs in CMSIS SVD"
6
6
authors = [
Original file line number Diff line number Diff line change 52
52
/* fix bootstrap 2 bug, https://github.com/twbs/bootstrap/issues/21060 */
53
53
display : list-item;
54
54
}
55
+ details [open ] > summary {
56
+ font-weight : 600 ;
57
+ }
55
58
</ style >
56
59
</ head >
57
60
You can’t perform that action at this time.
0 commit comments