File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
+
10
+ ## [ 0.1.1] - 2023-01-07
9
11
### Changed
10
12
* The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in ` Cargo.toml `
11
13
12
14
<!-- next-url -->
13
- [ Unreleased ] : https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...HEAD
15
+ [ Unreleased ] : https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...HEAD
16
+ [ 0.1.1 ] : https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " adafruit-bluefruit-protocol"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.60"
6
6
You can’t perform that action at this time.
0 commit comments