Skip to content

Commit 684ba66

Browse files
authored
Merge pull request #921 from rust-embedded/r036
release 0.36
2 parents e100619 + 77aff9b commit 684ba66

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.36.0] - 2025-03-09
11+
1012
- Generic `Periph<RB, A>`
1113
- use `ConstZero::ZERO` instead of `Default::default()` to force const
1214
- Add `mtvec_align` field to `riscv_config` to configure the byte alignment of interrupt vector table.
@@ -946,7 +948,8 @@ peripheral.register.write(|w| w.field().set());
946948

947949
- Initial version of the `svd2rust` tool
948950

949-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.35.0...HEAD
951+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.36.0...HEAD
952+
[v0.36.0]: https://github.com/rust-embedded/svd2rust/compare/v0.35.0...v0.36.0
950953
[v0.35.0]: https://github.com/rust-embedded/svd2rust/compare/v0.34.0...v0.35.0
951954
[v0.34.0]: https://github.com/rust-embedded/svd2rust/compare/v0.33.5...v0.34.0
952955
[v0.33.5]: https://github.com/rust-embedded/svd2rust/compare/v0.33.4...v0.33.5

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["svd", "embedded", "register", "map", "generator"]
1717
license = "MIT OR Apache-2.0"
1818
name = "svd2rust"
1919
repository = "https://github.com/rust-embedded/svd2rust/"
20-
version = "0.35.0"
20+
version = "0.36.0"
2121
readme = "README.md"
2222
rust-version = "1.74"
2323

0 commit comments

Comments
 (0)