Bump versions for development.

This commit is contained in:
Kevin Dewald 2025-01-21 22:11:10 -08:00
parent b42d6ee951
commit 6b997d5339
5 changed files with 20 additions and 4 deletions

2
Cargo.lock generated
View File

@ -112,7 +112,7 @@ checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
[[package]]
name = "simplersble"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"cmake",
"cxx",

View File

@ -2,7 +2,7 @@
edition = "2021"
name = "simplersble"
version = "0.9.0"
version = "0.9.1"
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

@ -64,7 +64,7 @@ version 3 after four years of its initial release.
- Priority technical support included
- Clear terms for integrating into MIT-licensed projects
**You can find more information on pricing and commercial terms of service on our `website`_.**
**You can find more information on pricing and commercial terms of service on our `website`_ .**
For further enquiries, please contact us at ``contact at simpleble dot org``.

View File

@ -1 +1 @@
0.9.0
0.9.1

View File

@ -5,6 +5,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.9.1] - XXXX-XX-XX
--------------------
**Added**
-
**Changed**
-
**Fixed**
-
[0.9.0] - 2025-01-20
--------------------