Skip to content

Commit ca6b6f7

Browse files
committed
release svd-parser 0.14.2
1 parent d516f06 commit ca6b6f7

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: "MSRV"
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Install Rust
3838
uses: dtolnay/rust-toolchain@master
3939
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
- name: Install Rust
5353
uses: dtolnay/rust-toolchain@master
5454
with:
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363
- name: Install Rust
6464
uses: dtolnay/rust-toolchain@master
6565
with:

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Rustfmt
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: dtolnay/rust-toolchain@master
1616
with:
1717
toolchain: stable

svd-parser/CHANGELOG.md

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

88
## Unreleased
99

10+
## [v0.14.2] - 2023-09-17
11+
1012
- Bump MSRV to 1.58.0
1113
- Ignore whitespaces around tag contents
1214

@@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5355

5456
Previous versions in common [changelog](../CHANGELOG.md).
5557

56-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.1...HEAD
58+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...HEAD
59+
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...svd-parser-v0.14.2
5760
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
5861
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.4...v0.14.0
5962
[v0.13.4]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.3...svd-parser-v0.13.4

svd-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "svd-parser"
1111
repository = "https://github.com/rust-embedded/svd"
1212
edition = "2021"
1313
rust-version = "1.58.0"
14-
version = "0.14.1"
14+
version = "0.14.2"
1515
readme = "README.md"
1616

1717
[features]

0 commit comments

Comments
 (0)