diff --git a/boards/rp-pico/CHANGELOG.md b/boards/rp-pico/CHANGELOG.md index 0da06f8..a7f1cf8 100644 --- a/boards/rp-pico/CHANGELOG.md +++ b/boards/rp-pico/CHANGELOG.md @@ -15,9 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None -## [0.1.0] - 2021-12-20 +## [0.2.0] - 2021-12-23 -- Initial release +### Added +- Lots of things! + +### Changed + +- Basically re-written. + +## [0.1.3] - 2021-02-03 + +- Last release outside the [rp-rs] organisation by [@jannic]. + +[@jannic]: https://github.com/jannic +[rp-rs]: https://github.com/rp-rs [Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp-pico-v0.1.0...HEAD -[0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/rp-pico-v0.1.0 +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/rp-pico-v0.2.0 +[0.1.3]: https://github.com/jannic/rp-microcontroller-rs/tree/rp-pico-0.1.3 diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 12a4e95..e12670f 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp-pico" -version = "0.1.0" +version = "0.2.0" authors = ["evan "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pico" diff --git a/boards/rp-pico/README.md b/boards/rp-pico/README.md index 6edf57d..1ce6229 100644 --- a/boards/rp-pico/README.md +++ b/boards/rp-pico/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pico. To use this crate, your `Cargo.toml` file should contain: ```toml -rp-pico = "0.1.0" +rp-pico = "0.2.0" ``` In your program, you will need to call `rp_pico::Pins::new` to create