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

Commit

Permalink
Prepare v2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceekdee committed Sep 14, 2023
1 parent f54eb0a commit 7b64d70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v2.1.1] - 2023-09-14

### Changed
- Use the lora-modulation crate for modulation enums.
- Update dependencies.
- Make embedded_hal_async::delay::DelayUs available publically to avoid a dependency in crates using lora-phy.

## [v2.1.0] - 2023-07-07

### Changed
Expand Down Expand Up @@ -57,7 +64,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/v2.1.0...HEAD
[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v2.1.1...HEAD
[v2.1.1]: https://github.com/embassy-rs/lora-phy/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/embassy-rs/lora-phy/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/embassy-rs/lora-phy/compare/v1.2.0...v2.0.0
[v1.2.0]: https://github.com/embassy-rs/lora-phy/compare/v1.1.0...v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lora-phy"
version = "2.1.0"
version = "2.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/lora-phy"
Expand All @@ -14,4 +14,4 @@ log = { version = "0.4" }
lora-modulation = { version = ">=0.1.2" }
num-traits = { version = "0.2", default-features = false }

embedded-hal-async = { version = "=0.2.0-alpha.2"}
embedded-hal-async = { version = "=1.0.0-rc.1"}

0 comments on commit 7b64d70

Please sign in to comment.