Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Prepare v1.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceekdee committed Jul 26, 2023
1 parent ad28942 commit 4971ef1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.2.1] - 2023-07-25

### Changed
- `embedded-hal-async` version.
- rust toolchain nightly channel.

## [v1.2.0] - 2023-06-01

### Added
Expand Down Expand Up @@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- first release to crates.io.


[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v1.2.1...HEAD
[v1.2.1]: https://github.com/embassy-rs/lora-phy/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/embassy-rs/lora-phy/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/embassy-rs/lora-phy/compare/v1.0.2...v1.1.0
[v1.0.2]: https://github.com/embassy-rs/lora-phy/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lora-phy"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/lora-phy"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "nightly-2023-07-03"
channel = "nightly-2023-06-28"
components = [ "rust-src", "rustfmt", "clippy" ]

0 comments on commit 4971ef1

Please sign in to comment.