Skip to content

Commit e21c210

Browse files
authored
Merge pull request #800 from rust-embedded/r0315
release 0.31.5
2 parents e2e307c + 1bfe451 commit e21c210

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.31.5] - 2024-01-04
11+
1012
- `move` in `RegisterBlock::reg_iter` implementation (iterator of register/cluster array)
1113
- Fix `cargo doc` constants generation
1214

@@ -861,7 +863,8 @@ peripheral.register.write(|w| w.field().set());
861863

862864
- Initial version of the `svd2rust` tool
863865

864-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.31.4...HEAD
866+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.31.5...HEAD
867+
[v0.31.5]: https://github.com/rust-embedded/svd2rust/compare/v0.31.4...v0.31.5
865868
[v0.31.4]: https://github.com/rust-embedded/svd2rust/compare/v0.31.3...v0.31.4
866869
[v0.31.3]: https://github.com/rust-embedded/svd2rust/compare/v0.31.2...v0.31.3
867870
[v0.31.2]: https://github.com/rust-embedded/svd2rust/compare/v0.31.1...v0.31.2

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
@@ -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.31.4"
26+
version = "0.31.5"
2727
readme = "README.md"
2828
rust-version = "1.70"
2929

0 commit comments

Comments
 (0)