Skip to content

Commit

Permalink
Prepare release 0.10.2
Browse files Browse the repository at this point in the history
Update changelog, bump versions
  • Loading branch information
martinsp authored and jannic committed Jun 7, 2024
1 parent 5cb727e commit ce1cc05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.2] - 2024-06-07

- Fix oneshot adc read waiting indefinitely - #799 @mjptree
- Fix set_low() and set_high() implementation for OutputPin - #807 @martinsp
- Update install instructions for probe-rs - #804 @jannic
- Fix bad transmutes of references to Qspi pins - #805 @jannic

## [0.10.1] - 2024-04-28

Expand Down Expand Up @@ -407,7 +412,8 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.

- Initial release

[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.10.1...HEAD
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.10.2...HEAD
[0.10.2]: https://github.com/rp-rs/rp-hal/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/rp-rs/rp-hal/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/rp-rs/rp-hal/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/rp-rs/rp-hal/compare/v0.9.0...v0.9.1
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp2040-hal"
version = "0.10.1"
version = "0.10.2"
authors = ["The rp-rs Developers"]
edition = "2021"
homepage = "https://github.com/rp-rs/rp-hal"
Expand Down

0 comments on commit ce1cc05

Please sign in to comment.