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

Commit

Permalink
Update to v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceekdee committed May 14, 2023
1 parent 8547443 commit f935d39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.0.2] - 2023-mm-dd
## [v1.1.0] - 2023-05-14

### Added
- Random number generation for LoRa boards which support it.

## [v1.0.2] - 2023-04-26

### Added
- .vscode settings.
Expand All @@ -16,7 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- README to reflect merges into the base rust-lorawan and embassy repositories.
- formatting.


## [v1.0.1] - 2023-04-21

### Changed
Expand All @@ -28,7 +32,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.0.2...HEAD
[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v1.1.0...HEAD
[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
[v1.0.1]: https://github.com/embassy-rs/lora-phy/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/embassy-rs/lora-phy/tree/v1.0.0
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.0.2"
version = "1.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/lora-phy"
Expand Down

0 comments on commit f935d39

Please sign in to comment.