Skip to content

Commit

Permalink
Merge #115
Browse files Browse the repository at this point in the history
115: release rust svdtools-0.2.5 r=adamgreig a=burrbull



Co-authored-by: Andrey Zgarbul <[email protected]>
  • Loading branch information
bors[bot] and burrbull authored Jul 24, 2022
2 parents b14cf64 + b0d3e27 commit 6285a7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
profile: minimal
override: true
components: rustfmt
- name: Install xmllint
run: sudo apt-get install libxml2-utils
- name: Install Python
uses: actions/setup-python@v2
with:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog tracks the Rust `svdtools` project. See

## [Unreleased]

## [v0.2.5] 2022-07-23

* update `svd-rs` crates to 0.14
* `convert`: Add `format_config` option

## [v0.2.4] 2022-05-15
Expand Down Expand Up @@ -40,7 +43,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.4...HEAD
[Unreleased]: https://github.com/stm32-rs/svdtools/compare/v0.2.5...HEAD
[v0.2.5]: https://github.com/stm32-rs/svdtools/compare/v0.2.4...v0.2.5
[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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svdtools"
version = "0.2.4"
version = "0.2.5"
repository = "https://github.com/stm32-rs/svdtools"
description = "Tool for modifying bugs in CMSIS SVD"
authors = [
Expand All @@ -24,12 +24,12 @@ include = ["/res", "/src", "/tests", "CHANGELOG-rust.md", "README.md", "LICENSE-
edition = "2021"

[dependencies]
clap = { version = "3.0", features = ["derive"] }
clap = { version = "3.2", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
quick-xml = { version = "0.18", features = ["serialize"] }
svd-rs = { version = "0.14.0", features = ["serde", "derive-from"] }
svd-parser = { version = "0.14.0", features = ["expand"] }
svd-encoder = "0.14.0"
svd-encoder = "0.14.1"
yaml-rust = "0.4"
serde_yaml = "0.8.23"
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand Down

0 comments on commit 6285a7a

Please sign in to comment.