Skip to content

Commit 37fdea7

Browse files
authored
Merge pull request #24 from 9names/0.2_release_prep
0.2.0 release prep
2 parents f42d1ab + ee05ed7 commit 37fdea7

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/rp-rs/rp235x-pac"
66
license = "BSD-3-Clause"
77
name = "rp235x-pac"
88
repository = "https://github.com/rp-rs/rp235x-pac"
9-
version = "0.1.0"
9+
version = "0.2.0"
1010
rust-version = "1.81.0"
1111

1212
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)