Skip to content

Commit 664c63d

Browse files
bors[bot]burrbull
andauthored
Merge #112
112: release rust 0.2.4 r=adamgreig a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 2b330c9 + 4d83202 commit 664c63d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-rust.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See
55

66
## [Unreleased]
77

8+
## [v0.2.4] 2022-05-15
9+
810
* Added action to build binaries and release for every version tag and latest commit
911
* Use `svd-parser` 0.13.4, add `expand_properties` option in `convert`
1012
* `patch`: check enum `usage`, don't add it if unneeded
@@ -36,7 +38,8 @@ This changelog tracks the Rust `svdtools` project. See
3638

3739
* Initial release with feature-parity with the Python project.
3840

39-
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.3...HEAD
41+
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.4...HEAD
42+
[v0.2.4]: https://github.com/stm32-rs/svdtools/compare/v0.2.3...v0.2.4
4043
[v0.2.3]: https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
4144
[v0.2.2]: https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2
4245
[v0.2.1]: https://github.com/stm32-rs/svdtools/compare/v0.2.0...v0.2.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svdtools"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
repository = "https://github.com/stm32-rs/svdtools"
55
description = "Tool for modifying bugs in CMSIS SVD"
66
authors = [

0 commit comments

Comments
 (0)