diff --git a/CHANGELOG.md b/CHANGELOG.md index bb38b07..4badaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [v3.0.0] - Unreleased + +- Switch SpiInterface to use SpiDevice trait. +- Implement functionality for continuous wave mode. +- Support preamble detection allowing LoRaWAN RX1+RX2 reception. ## [v2.1.2] - 2023-09-25 diff --git a/Cargo.toml b/Cargo.toml index 2d836d0..6ad7504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lora-phy" -version = "2.1.2" +version = "3.0.0-alpha.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/lora-phy"