Skip to content

Commit

Permalink
Merge #112
Browse files Browse the repository at this point in the history
112: release rust 0.2.4 r=adamgreig a=burrbull



Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
  • Loading branch information
bors[bot] and burrbull authored May 15, 2022
2 parents 2b330c9 + 4d83202 commit 664c63d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.2.4] 2022-05-15

* Added action to build binaries and release for every version tag and latest commit
* Use `svd-parser` 0.13.4, add `expand_properties` option in `convert`
* `patch`: check enum `usage`, don't add it if unneeded
Expand Down Expand Up @@ -36,7 +38,8 @@ This changelog tracks the Rust `svdtools` project. See

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

[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.4...HEAD
[v0.2.4]: https://github.com/stm32-rs/svdtools/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/stm32-rs/svdtools/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/stm32-rs/svdtools/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/stm32-rs/svdtools/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.2.3"
version = "0.2.4"
repository = "https://github.com/stm32-rs/svdtools"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand Down

0 comments on commit 664c63d

Please sign in to comment.