Skip to content

Commit ec223c9

Browse files
authored
Merge pull request #834 from rust-embedded/r0331
release 0.33.1
2 parents 0138b99 + b541402 commit ec223c9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: 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.33.1] - 2024-04-20
11+
1012
- Add checked `set` for not full safe fields
1113

1214
## [v0.33.0] - 2024-03-26
@@ -881,7 +883,8 @@ peripheral.register.write(|w| w.field().set());
881883

882884
- Initial version of the `svd2rust` tool
883885

884-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.0...HEAD
886+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.33.1...HEAD
887+
[v0.33.1]: https://github.com/rust-embedded/svd2rust/compare/v0.33.0...v0.33.1
885888
[v0.33.0]: https://github.com/rust-embedded/svd2rust/compare/v0.32.0...v0.33.0
886889
[v0.32.0]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...v0.32.0
887890
[v0.31.5]: https://github.com/rust-embedded/svd2rust/compare/v0.31.4...v0.31.5

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.33.0"
26+
version = "0.33.1"
2727
readme = "README.md"
2828
rust-version = "1.74"
2929

0 commit comments

Comments
 (0)