Skip to content

Commit

Permalink
Merge pull request #45 from rp-rs/release_016
Browse files Browse the repository at this point in the history
Do v0.1.6 release.
  • Loading branch information
thejpster authored Nov 19, 2021
2 parents 4adc57d + ac8419d commit d80eb3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None

## [0.1.6] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.6) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.6)

- Update source SVD to pico-sdk 1.3.0
- Remove patches that were no longer required thanks to new SVD file.
- Arrayify `procX_intX` registers in `IO_BANK1`.

## [0.1.5] [Crates.io](https://crates.io/crates/rp2040-pac/0.1.5) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.5)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp2040-pac"
version = "0.1.5"
version = "0.1.6"
authors = ["eolder <[email protected]>", "Jonathan Pallant <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp2040-pac"
Expand Down

0 comments on commit d80eb3d

Please sign in to comment.