Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed May 12, 2024
2 parents f6b2bfd + 7e323df commit 174c79d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 13 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.8.9 (2024-05-12)

### Fix

* fix: add publish ([`3ed1bda`](https://github.com/Mips2648/jeedom-daemon-py/commit/3ed1bda12077afd2fb208ad8e8b43f6233d37140))

### Unknown

* Merge branch 'main' of https://github.com/Mips2648/jeedom-daemon-py ([`7a52b63`](https://github.com/Mips2648/jeedom-daemon-py/commit/7a52b63b4266eb072529d027459bc78eadb492ad))

* fix publish ([`630eee6`](https://github.com/Mips2648/jeedom-daemon-py/commit/630eee6b64989ef279b0218ab88815d5dcf4a58c))


## v0.8.8 (2024-05-12)

### Fix
Expand Down Expand Up @@ -94,27 +107,12 @@

* fix on_stop ([`854be8c`](https://github.com/Mips2648/jeedom-daemon-py/commit/854be8c43fd99255fd92ae846b5c24d54192ec4d))


## v0.8.3 (2024-05-10)

### Unknown

* try fix ([`35fe432`](https://github.com/Mips2648/jeedom-daemon-py/commit/35fe4326a8b5e33343f0f4f7f6279995c0a2fa58))


## v0.8.2 (2024-05-10)

### Unknown

* fix ([`0960496`](https://github.com/Mips2648/jeedom-daemon-py/commit/09604960d597384424b4d73f1a02a3862489d9d0))

* on_stop_cb ([`0fa8ae9`](https://github.com/Mips2648/jeedom-daemon-py/commit/0fa8ae9194569217cdac4e29816f9d74452131f9))


## v0.8.0 (2024-05-10)

### Unknown

* on_stop_cb awaitable ([`536e5de`](https://github.com/Mips2648/jeedom-daemon-py/commit/536e5de36e33989fdb6b7863ee486a548b8f316e))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = "0.8.8"
__version__ = "0.8.9"

setup(
# Needed to silence warnings (and to be a worthwhile package)
Expand Down

0 comments on commit 174c79d

Please sign in to comment.