Skip to content

Commit b9a7b92

Browse files
bors[bot]burrbull
andauthored
Merge #611
611: release 0.24 r=therealprof a=burrbull r? `@Emilgardis` Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents e4b6ba3 + f563f2a commit b9a7b92

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ jobs:
143143
- name: Cache
144144
uses: Swatinem/rust-cache@v1
145145
with:
146-
key: svdtools-0.2.1
146+
key: svdtools-0.2.3
147147

148148
- name: Install svdtools
149149
run: |
150-
cargo install svdtools --version 0.2.1 --target-dir target
150+
cargo install svdtools --version 0.2.3 --target-dir target
151151
152152
- name: Run CI script
153153
run: |

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.24.0] - 2022-05-12
11+
12+
[commits][v0.24.0]
13+
1014
- Support "nested" `deriveFrom` for registers located in one peripheral
1115
- Use modifiedWriteValues for 1-bitwise fields if present
1216
- Use generic `FieldWriter`, `FieldReader`, `BitWriter`, `BitReader`
@@ -703,7 +707,8 @@ peripheral.register.write(|w| w.field().set());
703707

704708
- Initial version of the `svd2rust` tool
705709

706-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.23.1...HEAD
710+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.24.0...HEAD
711+
[v0.24.0]: https://github.com/rust-embedded/svd2rust/compare/v0.23.1...v0.24.0
707712
[v0.23.1]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...v0.23.1
708713
[v0.23.0]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...v0.23.0
709714
[v0.22.2]: https://github.com/rust-embedded/svd2rust/compare/v0.22.1...v0.22.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.23.1"
26+
version = "0.24.0"
2727
readme = "README.md"
2828

2929
[package.metadata.deb]

0 commit comments

Comments
 (0)