From da82574f02b16f1aaaccf82dab420dd5dd75a092 Mon Sep 17 00:00:00 2001 From: Kevin Dewald Date: Tue, 5 Nov 2024 20:40:27 -0800 Subject: [PATCH] Bumped versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- docs/changelog.rst | 16 ++++++++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2452445..34fe09e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" [[package]] name = "simplersble" -version = "0.8.1" +version = "0.8.2" dependencies = [ "cmake", "cxx", diff --git a/Cargo.toml b/Cargo.toml index c8cc4334..f2b893aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "simplersble" -version = "0.8.1" +version = "0.8.2" license = "GPL-3.0-only" description = "The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects." readme = "simplersble/README.md" diff --git a/VERSION b/VERSION index 6f4eebdf..100435be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.8.2 diff --git a/docs/changelog.rst b/docs/changelog.rst index 7a385adc..d4427dd5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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.8.2] - XXXX-XX-XX +-------------------- + +**Added** + +- + +**Changed** + +- + +**Fixed** + +- + + [0.8.1] - 2024-11-05 --------------------