Skip to content

Commit

Permalink
Merge pull request #39 from rursprung/release-v1.0
Browse files Browse the repository at this point in the history
release v1.0.0
  • Loading branch information
jannic authored Oct 13, 2024
2 parents 53187a6 + a8e98cc commit 9d942ff
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 31 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [1.0.0] - 2024-10-13
### Added
* `Copy`, `Clone` and `Hash` on error & event types (where possible)
### Changed
Expand All @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* 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/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/rust-embedded-community/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.2.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.81"

Expand Down
58 changes: 29 additions & 29 deletions examples/stm32f4-event-printer/Cargo.lock

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

0 comments on commit 9d942ff

Please sign in to comment.