@@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10- * Add ` SW*_IRQ ` interrupts
10+ ## [ 0.2.0] 2025-12-09 ([ Crates.io] ( https://crates.io/crates/rp235x-pac/0.2.0 ) | [ Github] ( https://github.com/rp-rs/rp235x-pac/releases/tag/v0.2.0 ) )
11+
12+ * Add ` SW*_IRQ ` (spare) interrupts https://github.com/rp-rs/rp235x-pac/pull/8 https://github.com/rp-rs/rp235x-pac/pull/12
13+ * Add USB Host registers https://github.com/rp-rs/rp235x-pac/pull/18
14+ * Add support for building for target ` thumbv8m.main-none-eabi ` https://github.com/rp-rs/rp235x-pac/pull/22
15+ * Set MSRV to 1.81.0 https://github.com/rp-rs/rp235x-pac/pull/19
16+
17+ Contributors to this release:
18+ @jannic @pta2002 @solimike @thejpster @9names
19+
1120
1221## [ 0.1.0] 2024-08-18 ([ Crates.io] ( https://crates.io/crates/rp235x-pac/0.1.0 ) | [ Github] ( https://github.com/rp-rs/rp235x-pac/releases/tag/v0.1.0 ) )
1322
@@ -17,5 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1726 * Taken from https://github.com/thejpster/rp-hal-rp2350-public/tree/main/rp235x-pac , which was never published to crates.io
1827 * Builds for Arm (` thumbv8m.main-none-eabihf ` ) and RISC-V (` riscv32imac-unknown-none-elf ` )
1928
20- [ Unreleased ] : https://github.com/rp-rs/rp235x-pac/compare/v0.1.0...HEAD
29+ [ Unreleased ] : https://github.com/rp-rs/rp235x-pac/compare/v0.2.0...HEAD
30+ [ 0.2.0 ] : https://github.com/rp-rs/rp235x-pac/compare/v0.2.0...v0.1.0
2131[ 0.1.0 ] : https://github.com/rp-rs/rp235x-pac/releases/tag/v0.1.0
32+
33+ https://github.com/rp-rs/rp235x-pac/pull/# Changelog
34+
35+ All notable changes to this project will be documented in this file.
36+
37+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
38+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
0 commit comments