Skip to content

Commit ced28ec

Browse files
committed
chore: Release adafruit-bluefruit-protocol version 0.2.0
1 parent 52bd0be commit ced28ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
10+
## [0.2.0] - 2023-11-14
911
### Added
1012
* Add support for using [`alloc::vec::Vec`](https://doc.rust-lang.org/alloc/vec/struct.Vec.html)
1113
### Changed
@@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
* The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in `Cargo.toml`
2123

2224
<!-- next-url -->
23-
[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...HEAD
25+
[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
26+
[0.2.0]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
2427
[0.1.1]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "adafruit-bluefruit-protocol"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.62"
66

0 commit comments

Comments
 (0)