Skip to content

Commit

Permalink
Increment version number and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
flip-dots committed May 12, 2024
1 parent b4cf07e commit 7bb8211
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`1.0.2`_ (2024-05-12)
=====================

Added
-----

* Definable delay between connecting and disconnecting in the re-connect method.
* Definable maximum attempts for automatic re-connection.

Changed
-------

* Exceptions from ``connect()`` and ``poll_state()`` are now caught and logged instead of
causing an exception in the callee.

Fixed
-----

* Resolved issue where module would attempt to infinitely retry to connect to a light
that failed pairing. Module now will only attempt automatic re-connect when it has
connected to the light successfully at least once.
* Fixed EOF error in demo program on Linux based systems

`1.0.1`_ (2024-05-05)
=====================

Expand All @@ -27,5 +50,6 @@ Fixed
* HueBLE created.


.. _1.0.2: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.2
.. _1.0.1: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.1
.. _1.0.0: https://github.com/flip-dots/HueBLE/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==7.2.5
sphinx-rtd-theme==2.0.0
HueBLE
HueBLE==1.0.2
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
project = "HueBLE"
copyright = "2024, Harvey Lelliott"
author = "Harvey Lelliott"
release = "1.0.1"
release = "1.0.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "HueBLE"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"bleak>=0.19.0",
"bleak-retry-connector"
Expand Down

0 comments on commit 7bb8211

Please sign in to comment.