diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f1be5a3..ae0870068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index d69d22f73..550a24d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp2040-pac" -version = "0.1.5" +version = "0.1.6" authors = ["eolder ", "Jonathan Pallant "] edition = "2018" homepage = "https://github.com/rp-rs/rp2040-pac"