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 33
33
name : " MSRV"
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
- name : Install Rust
38
38
uses : dtolnay/rust-toolchain@master
39
39
with :
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
- name : Install Rust
53
53
uses : dtolnay/rust-toolchain@master
54
54
with :
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Checkout repository
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
- name : Install Rust
64
64
uses : dtolnay/rust-toolchain@master
65
65
with :
Original file line number Diff line number Diff line change 11
11
name : Rustfmt
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : dtolnay/rust-toolchain@master
16
16
with :
17
17
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/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.2] - 2023-09-17
11
+
10
12
- Bump MSRV to 1.58.0
11
13
- Ignore whitespaces around tag contents
12
14
@@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
53
55
54
56
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
55
57
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
57
60
[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
58
61
[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.4...v0.14.0
59
62
[ 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"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2021"
13
13
rust-version = " 1.58.0"
14
- version = " 0.14.1 "
14
+ version = " 0.14.2 "
15
15
readme = " README.md"
16
16
17
17
[features ]
You can’t perform that action at this time.
0 commit comments