File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ 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
+ ## [ 1.0.0] - 2024-10-13
9
11
### Added
10
12
* ` Copy ` , ` Clone ` and ` Hash ` on error & event types (where possible)
11
13
### Changed
@@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
* The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in ` Cargo.toml `
29
31
30
32
<!-- next-url -->
31
- [ Unreleased ] : https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
33
+ [ Unreleased ] : https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v1.0.0...HEAD
34
+ [ 1.0.0 ] : https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...v1.0.0
32
35
[ 0.2.0 ] : https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
33
36
[ 0.1.1 ] : https://github.com/rust-embedded-community/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.2 .0"
3
+ version = " 1.0 .0"
4
4
edition = " 2021"
5
5
rust-version = " 1.81"
6
6
You can’t perform that action at this time.
0 commit comments