Skip to content

Commit

Permalink
Merge pull request #518 from jannic/prepare-release-0.7.0
Browse files Browse the repository at this point in the history
Prepare for HAL 0.7.0 release
  • Loading branch information
jannic authored Dec 11, 2022
2 parents 18ee0ed + 88ca22a commit 4c8e16a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="https://docs.rs/rp2040-hal"><strong>Explore the API docs »</strong></a>
<br />
<br />
<a href="/rp-rs/rp-hal/tree/main/boards/rp-pico/examples">View Demos</a>
<a href="/rp-rs/rp-hal-boards/tree/main/boards/rp-pico/examples">View Demos</a>
·
<a href="https://github.com/rp-rs/rp-hal/issues">Report a Bug</a>
·
Expand Down
17 changes: 16 additions & 1 deletion rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2022-12-11

### Changed

- Moved BSP crates to separate repo at https://github.com/rp-rs/rp-hal-boards - @jannic
Expand Down Expand Up @@ -44,6 +46,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed support for critical-section 0.2 (was already deprecated) - @jannic

## [0.6.1] - 2022-11-30

### Changed

- Upgraded dependency on critical-section 0.2 to 0.2.8 - @jannic
(There is also a dependency on version 1.0.0)
- Remove critical-section impl for version 0.2 - @jannic
Both 0.2.8 and 1.x use the same symbols internally to implement the
critical sections, so one impl is sufficient, and having both causes
compilation errors

## [0.6.0] - 2022-08-26

### Added
Expand Down Expand Up @@ -203,7 +216,9 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.

- Initial release

[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/rp-rs/rp-hal/compare/v0.6.0...v0.7.0
[0.6.1]: https://github.com/rp-rs/rp-hal/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/rp-rs/rp-hal/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/rp-rs/rp-hal/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/rp-rs/rp-hal/compare/v0.3.0...v0.4.0
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.6.0"
version = "0.7.0"
authors = ["The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal"
Expand Down
4 changes: 2 additions & 2 deletions rp2040-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="https://docs.rs/rp2040-hal"><strong>Explore the API docs »</strong></a>
<br />
<br />
<a href="/rp-rs/rp-hal/tree/main/boards/pico/examples">View Demos</a>
<a href="/rp-rs/rp-hal-boards/tree/main/boards/rp-pico/examples">View Demos</a>
·
<a href="https://github.com/rp-rs/rp-hal/issues">Report a Bug</a>
·
Expand Down Expand Up @@ -70,7 +70,7 @@ https://github.com/rp-rs/rp-hal-boards/ for more details.
To include this crate in your project, amend your `Cargo.toml` file to include

```toml
rp2040-hal = "0.6.0"
rp2040-hal = "0.7.0"
```

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

0 comments on commit 4c8e16a

Please sign in to comment.