Skip to content

Commit

Permalink
Merge pull request #48 from rp-rs/release_021
Browse files Browse the repository at this point in the history
Updating to 0.2.1
  • Loading branch information
jonathanpallant authored Dec 10, 2021
2 parents 15ce304 + 9f6f90d commit bab01e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- None

## [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)

- Rebuild with svd2rust 0.2.0
- Improvements to comment formatting from newer svd2rust

## [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)

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

- Initialized crate

[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/rp-rs/rp2040-pac/compare/v0.1.1...v0.1.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rp2040-pac"
version = "0.2.0"
authors = ["eolder <[email protected]>", "Jonathan Pallant <[email protected]>"]
version = "0.2.1"
authors = ["The RP-RS team"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
description = "A Peripheral Access Crate for the Raspberry Pi RP2040 SoC"
Expand Down

0 comments on commit bab01e2

Please sign in to comment.