Skip to content

Commit 2fb6306

Browse files
committed
Prepare release 0.11.0
1 parent 34549db commit 2fb6306

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

rp2040-hal-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pio-proc = "0.2.0"
3737
# Should be fixed in e-h-b 0.3 via https://github.com/rust-embedded/embedded-hal/pull/607
3838
portable-atomic = {version = "1.7.0", features = ["critical-section"]}
3939
rp2040-boot2 = "0.3.0"
40-
rp2040-hal = {path = "../rp2040-hal", version = "0.10.0", features = ["binary-info", "critical-section-impl", "rt", "defmt"]}
40+
rp2040-hal = {path = "../rp2040-hal", version = "0.11.0", features = ["binary-info", "critical-section-impl", "rt", "defmt"]}
4141
static_cell = "2.1.0"
4242

4343
[target.'cfg( target_arch = "arm" )'.dependencies]

rp2040-hal/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2024-12-22
11+
1012
### MSRV
1113

1214
The Minimum-Supported Rust Version (MSRV) for the next release is 1.79
@@ -437,7 +439,8 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.
437439

438440
- Initial release
439441

440-
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.10.0...HEAD
442+
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.11.0...HEAD
443+
[0.11.0]: https://github.com/rp-rs/rp-hal/compare/v0.10.0...v0.11.0
441444
[0.10.0]: https://github.com/rp-rs/rp-hal/compare/v0.9.1...v0.10.0
442445
[0.9.1]: https://github.com/rp-rs/rp-hal/compare/v0.9.0...v0.9.1
443446
[0.9.0]: https://github.com/rp-rs/rp-hal/compare/v0.8.1...v0.9.0

rp2040-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "rp2040-hal"
1010
repository = "https://github.com/rp-rs/rp-hal"
1111
rust-version = "1.79"
12-
version = "0.10.0"
12+
version = "0.11.0"
1313

1414
[package.metadata.docs.rs]
1515
features = ["rt", "rom-v2-intrinsics", "defmt", "rtic-monotonic"]

rp2040-hal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ https://github.com/rp-rs/rp-hal-boards/ for more details.
6464
To include this crate in your project, amend your `Cargo.toml` file to include
6565

6666
```toml
67-
rp2040-hal = "0.10.0"
67+
rp2040-hal = "0.11.0"
6868
```
6969

7070
To obtain a copy of the source code (e.g. if you want to propose a bug-fix or

0 commit comments

Comments
 (0)