mirror of
https://github.com/OpenBluetoothToolbox/SimpleBLE
synced 2025-05-08 21:47:10 +08:00
Bump version
This commit is contained in:
parent
c96ac8cf0e
commit
a3336c6d73
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user