Skip to content

Commit

Permalink
Skip alpha release - next version will be 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Aug 30, 2023
1 parent 4f0876a commit 4fd8e27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0-alpha.1]
## [0.9.0]

### MSRV

Expand Down Expand Up @@ -313,8 +313,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.8.1...HEAD
[0.9.0-alpha.1]: https://github.com/rp-rs/rp-hal/compare/v0.8.1...v0.9.0-alpha.1
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/rp-rs/rp-hal/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/rp-rs/rp-hal/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/rp-rs/rp-hal/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/rp-rs/rp-hal/compare/v0.6.0...v0.7.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.9.0-alpha.1"
version = "0.9.0"
authors = ["The rp-rs Developers"]
edition = "2021"
homepage = "https://github.com/rp-rs/rp-hal"
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal/README.md
Original file line number Diff line number Diff line change
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.9.0-alpha.1"
rp2040-hal = "0.9.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 4fd8e27

Please sign in to comment.