Skip to content

Commit f93061e

Browse files
committed
release 0.24.1
1 parent 081851e commit f93061e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
- Make field writer always generic around bit offset
10+
## [v0.24.1] - 2022-07-04
11+
12+
- Make field writer always generic around bit offset (fix bug #620)
1113
- Make binary dependencies optional
1214
- Make JSON and YAML formats optional
1315
- Bump MSRV to 1.60
@@ -712,7 +714,8 @@ peripheral.register.write(|w| w.field().set());
712714

713715
- Initial version of the `svd2rust` tool
714716

715-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.24.0...HEAD
717+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.24.1...HEAD
718+
[v0.24.1]: https://github.com/rust-embedded/svd2rust/compare/v0.24.0...v0.24.1
716719
[v0.24.0]: https://github.com/rust-embedded/svd2rust/compare/v0.23.1...v0.24.0
717720
[v0.23.1]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...v0.23.1
718721
[v0.23.0]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...v0.23.0

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.24.0"
26+
version = "0.24.1"
2727
readme = "README.md"
2828
rust-version = "1.60"
2929

0 commit comments

Comments
 (0)