File tree Expand file tree Collapse file tree 6 files changed +431
-194
lines changed Expand file tree Collapse file tree 6 files changed +431
-194
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.35.0] - 2024-11-12
11
+
10
12
- Add ` crate_path ` setting
11
13
- Inline ` Settings ` into ` Config ` , add ` settings_file `
12
14
- Fix MSP430 PAC inner attribute generation when used with the ` -m ` switch.
@@ -928,7 +930,8 @@ peripheral.register.write(|w| w.field().set());
928
930
929
931
- Initial version of the ` svd2rust ` tool
930
932
931
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.34.0...HEAD
933
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.35.0...HEAD
934
+ [ v0.35.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.34.0...v0.35.0
932
935
[ v0.34.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0
933
936
[ v0.33.5 ] : https://github.com/rust-embedded/svd2rust/compare/v0.33.4...v0.33.5
934
937
[ v0.33.4 ] : https://github.com/rust-embedded/svd2rust/compare/v0.33.3...v0.33.4
You can’t perform that action at this time.
0 commit comments