File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
5456Previous 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "svd-parser"
1111repository = " https://github.com/rust-embedded/svd"
1212edition = " 2021"
1313rust-version = " 1.58.0"
14- version = " 0.14.1 "
14+ version = " 0.14.2 "
1515readme = " README.md"
1616
1717[features ]
You can’t perform that action at this time.
0 commit comments