From 9f6f90db2d55da8d3ec9b87dcb4f5de59e38fe74 Mon Sep 17 00:00:00 2001 From: "Jonathan Pallant (Ferrous Systems)" Date: Fri, 10 Dec 2021 11:03:15 +0000 Subject: [PATCH] Updating to 0.2.1 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ff9cc10..3c9a973e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 6af87ee8c..f0e51187f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rp2040-pac" -version = "0.2.0" -authors = ["eolder ", "Jonathan Pallant "] +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"