Skip to content

Commit

Permalink
version: 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored Nov 20, 2021
1 parent efeedf3 commit 7bc7ebf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.1] - 2021-11-20
### Fixed
- Fixed timeouts after calling `SubGhz::set_sleep`.

Expand All @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[tweedegolf]: https://github.com/tweedegolf
[stm32-rs]: https://github.com/stm32-rs
[Unreleased]: https://github.com/stm32-rs/stm32wlxx-hal/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/stm32-rs/stm32wlxx-hal/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/stm32-rs/stm32wlxx-hal/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/stm32-rs/stm32wlxx-hal/releases/tag/v0.2.0
[0.1.0]: https://github.com/tweedegolf/stm32wlxx-hal
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is still in development, the code that exists today covers basic usage of:

```toml
[dependencies.stm32wlxx-hal]
version = "0.2.0"
version = "0.2.1"
features = [
# use exactly one of the following depending on your target hardware
"stm32wl5x_cm0p",
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stm32wlxx-hal"
description = "Hardware abstraction layer for the STM32WL series microcontrollers."
readme = "../README.md"

version = "0.2.0" # update BSP versions, HAL depdendency version, and README
version = "0.2.1" # update BSP versions, BSP HAL depdendency version, and README
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56" # update MSRV in CI, BSPs, and shield in README
Expand Down
4 changes: 2 additions & 2 deletions lora-e5-bsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lora-e5-bsp"
description = "Board support package for the seeed LoRa-E5 development kit"
readme = "README.md"

version = "0.2.0"
version = "0.2.1"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand All @@ -17,6 +17,6 @@ defmt = ["stm32wlxx-hal/defmt"]
rt = ["stm32wlxx-hal/rt"]

[dependencies.stm32wlxx-hal]
version = "=0.2.0"
version = "=0.2.1"
path = "../hal"
features = ["stm32wle5"]
4 changes: 2 additions & 2 deletions nucleo-wl55jc-bsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nucleo-wl55jc-bsp"
description = "Board support package for the NUCLEO-WL55JC"
readme = "README.md"

version = "0.2.0"
version = "0.2.1"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand All @@ -19,5 +19,5 @@ stm32wl5x_cm4 = ["stm32wlxx-hal/stm32wl5x_cm4"]
stm32wl5x_cm0p = ["stm32wlxx-hal/stm32wl5x_cm0p"]

[dependencies.stm32wlxx-hal]
version = "=0.2.0"
version = "=0.2.1"
path = "../hal"

0 comments on commit 7bc7ebf

Please sign in to comment.