Bump version

This commit is contained in:
Kevin Dewald 2025-04-25 21:39:43 -07:00
parent c96ac8cf0e
commit a3336c6d73
4 changed files with 20 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "cc"
@ -112,7 +112,7 @@ checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
[[package]]
name = "simplersble"
version = "0.9.1"
version = "0.10.0"
dependencies = [
"cmake",
"cxx",

View File

@ -2,7 +2,7 @@
edition = "2021"
name = "simplersble"
version = "0.9.1"
version = "0.10.0"
license = "BUSL-1.1"
description = "The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects."
readme = "simplersble/README.md"

View File

@ -1 +1 @@
0.9.1
0.10.0

View File

@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_.
[0.10.0] - XXXX-XX-XX
--------------------
**Added**
-
**Changed**
-
**Fixed**
-
[0.9.1] - 2025-04-24
--------------------