Skip to content

Commit b6ef0b0

Browse files
authored
Merge pull request #887 from rust-embedded/r0341
release 0.35.0
2 parents 660f3dd + 5da48b9 commit b6ef0b0

File tree

6 files changed

+431
-194
lines changed

6 files changed

+431
-194
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.35.0] - 2024-11-12
11+
1012
- Add `crate_path` setting
1113
- Inline `Settings` into `Config`, add `settings_file`
1214
- Fix MSP430 PAC inner attribute generation when used with the `-m` switch.
@@ -928,7 +930,8 @@ peripheral.register.write(|w| w.field().set());
928930

929931
- Initial version of the `svd2rust` tool
930932

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
932935
[v0.34.0]: https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0
933936
[v0.33.5]: https://github.com/rust-embedded/svd2rust/compare/v0.33.4...v0.33.5
934937
[v0.33.4]: https://github.com/rust-embedded/svd2rust/compare/v0.33.3...v0.33.4

0 commit comments

Comments
 (0)