From fb969008d91774ea3f6d0711f87dffb05449dc6c Mon Sep 17 00:00:00 2001 From: ceekdee Date: Mon, 25 Sep 2023 13:25:55 -0500 Subject: [PATCH] Update README to indicate usage of lora-phy version 2 now. --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- README.md | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0832b1..bb38b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v2.1.2] - 2023-09-25 + +### Changed +- Minor README update. + ## [v2.1.1] - 2023-09-14 ### Changed @@ -64,7 +69,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.1...HEAD +[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v2.1.2...HEAD +[v2.1.2]: https://github.com/embassy-rs/lora-phy/compare/v2.1.1...v2.1.2 [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 diff --git a/Cargo.toml b/Cargo.toml index 9054645..2d836d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lora-phy" -version = "2.1.1" +version = "2.1.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/lora-phy" diff --git a/README.md b/README.md index bc707c9..3462462 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ ## LoRa physical layer API -For users wishing to implement a LoRaWAN or P2P solution, the following implementation files provide the necessary context for lora-phy version 1. -lora-phy version 2 includes minor API updates, as outlined in the change log, which have not been applied to Embassy yet. +For users wishing to implement a LoRaWAN or P2P solution, the following implementation files provide the necessary context for lora-phy version 2. - the API itself; - pertinent ancillary information.