File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
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.15] 2024-07-02
9
+
10
+ * Add ` info ` tool, only with ` device-name ` for now
8
11
* Add ` expand-patch ` tool to show full patch rule with all includes
9
12
10
13
## [ v0.3.14] 2024-04-04
@@ -164,7 +167,8 @@ Other changes:
164
167
165
168
* Initial release with feature-parity with the Python project.
166
169
167
- [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.14...HEAD
170
+ [ Unreleased ] : https://github.com/rust-embedded/svdtools/compare/v0.3.15...HEAD
171
+ [ v0.3.15 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.14...v0.3.15
168
172
[ v0.3.14 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.13...v0.3.14
169
173
[ v0.3.13 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.12...v0.3.13
170
174
[ v0.3.12 ] : https://github.com/rust-embedded/svdtools/compare/v0.3.11...v0.3.12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " svdtools"
3
- version = " 0.3.14 "
3
+ version = " 0.3.15 "
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 @@ -224,7 +224,7 @@ impl Command {
224
224
} ,
225
225
) ?;
226
226
let response = request. process ( & device) ?;
227
- println ! ( "{response}" )
227
+ print ! ( "{response}" )
228
228
}
229
229
}
230
230
Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments