Skip to content

Commit

Permalink
chore: Release adafruit-bluefruit-protocol version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rursprung committed Jan 7, 2023
1 parent a8d46a3 commit 58353bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.1] - 2023-01-07
### Changed
* The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in `Cargo.toml`

<!-- next-url -->
[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adafruit-bluefruit-protocol"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.60"

Expand Down

0 comments on commit 58353bf

Please sign in to comment.