File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- None
1111
12+ ## [ 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 )
13+
14+ - Rebuild with svd2rust 0.2.0
15+ - Improvements to comment formatting from newer svd2rust
16+
1217## [ 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 )
1318
1419- 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
5459
5560- Initialized crate
5661
57- [ Unreleased ] : https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...HEAD
62+ [ Unreleased ] : https://github.com/rp-rs/rp2040-pac/compare/v0.2.1...HEAD
63+ [ 0.2.1 ] : https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.2.1
64+ [ 0.2.0 ] : https://github.com/rp-rs/rp2040-pac/compare/v0.1.4...v0.2.0
5865[ 0.1.4 ] : https://github.com/rp-rs/rp2040-pac/compare/v0.1.3...v0.1.4
5966[ 0.1.3 ] : https://github.com/rp-rs/rp2040-pac/compare/v0.1.2...v0.1.3
6067[ 0.1.2 ] : https://github.com/rp-rs/rp2040-pac/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change 11[package ]
22name = " rp2040-pac"
3- version = " 0.2.0 "
4- authors = [" eolder <evanmolder@gmail.com> " , " Jonathan Pallant <github@thejpster.org.uk> " ]
3+ version = " 0.2.1 "
4+ authors = [" The RP-RS team " ]
55edition = " 2018"
66homepage = " https://github.com/rp-rs/rp2040-pac"
77description = " A Peripheral Access Crate for the Raspberry Pi RP2040 SoC"
You can’t perform that action at this time.
0 commit comments