Skip to content

Commit

Permalink
Merge pull request #887 from rust-embedded/r0341
Browse files Browse the repository at this point in the history
release 0.35.0
  • Loading branch information
burrbull authored Nov 13, 2024
2 parents 660f3dd + 5da48b9 commit b6ef0b0
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 194 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [v0.35.0] - 2024-11-12

- Add `crate_path` setting
- Inline `Settings` into `Config`, add `settings_file`
- Fix MSP430 PAC inner attribute generation when used with the `-m` switch.
Expand Down Expand Up @@ -928,7 +930,8 @@ peripheral.register.write(|w| w.field().set());

- Initial version of the `svd2rust` tool

[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.34.0...HEAD
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.35.0...HEAD
[v0.35.0]: https://github.com/rust-embedded/svd2rust/compare/v0.34.0...v0.35.0
[v0.34.0]: https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0
[v0.33.5]: https://github.com/rust-embedded/svd2rust/compare/v0.33.4...v0.33.5
[v0.33.4]: https://github.com/rust-embedded/svd2rust/compare/v0.33.3...v0.33.4
Expand Down
Loading

0 comments on commit b6ef0b0

Please sign in to comment.