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

Commit

Permalink
Merge pull request #39 from plaes/bump-crate-3.0.0-alpha1
Browse files Browse the repository at this point in the history
Bump crate to 3.0.0-alpha1 due to API changes
  • Loading branch information
lucasgranberg authored Oct 25, 2023
2 parents a9bd8de + d46db90 commit a2a1019
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 = "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"
Expand Down

0 comments on commit a2a1019

Please sign in to comment.