From 0b16be0d08a24a1523a755023dd8699fd6fc9a58 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Tue, 20 Feb 2024 19:10:05 +0000 Subject: [PATCH] Set version to 0.6.0 and update CHANGELOG.md --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1813b8e..b3b21f028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.6.0] [Crates.io](https://crates.io/crates/rp2040-pac/0.6.0) [Github](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.6.0) + - Collect ADDR\_ENDP\* registers into an array - Add `host_poll_interval` field to EP\_CONTROL registers - add EPX\_CONTROL register to USBCTRL\_DPRAM @@ -89,7 +91,8 @@ 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.5.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp2040-pac/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 56fc58d0c..a301512db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp2040-pac" -version = "0.5.0" +version = "0.6.0" authors = ["The RP-RS team"] edition = "2018" homepage = "https://github.com/rp-rs/rp2040-pac"