Skip to content

Commit bab01e2

Browse files
Merge pull request #48 from rp-rs/release_021
Updating to 0.2.1
2 parents 15ce304 + 9f6f90d commit bab01e2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- None
1111

12+
## [0.2.1] [Crates.io](https://crates.io/crates/rp2040-pac/0.2.1) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.2.1)
13+
14+
- Rebuild with svd2rust 0.2.0
15+
- Improvements to comment formatting from newer svd2rust
16+
1217
## [0.2.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.2.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.2.0)
1318

1419
- Update source SVD to pico-sdk 1.3.0
@@ -54,7 +59,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5459

5560
- Initialized crate
5661

57-
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...HEAD
62+
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...HEAD
63+
[0.2.1]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.2.1
64+
[0.2.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...v0.2.0
5865
[0.1.4]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.3...v0.1.4
5966
[0.1.3]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.2...v0.1.3
6067
[0.1.2]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.1...v0.1.2

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rp2040-pac"
3-
version = "0.2.0"
4-
authors = ["eolder <evanmolder@gmail.com>", "Jonathan Pallant <github@thejpster.org.uk>"]
3+
version = "0.2.1"
4+
authors = ["The RP-RS team"]
55
edition = "2018"
66
homepage = "https://github.com/rp-rs/rp2040-pac"
77
description = "A Peripheral Access Crate for the Raspberry Pi RP2040 SoC"

0 commit comments

Comments
 (0)