diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6864f..40a1e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v0.2.0 (2024-09-22) + +### Chore + +* chore: move around types ([`4d75a63`](https://github.com/tutorintelligence/intellinet-pdu-ctrl/commit/4d75a639166f653a5208b427610278f549f0bfe8)) + +### Feature + +* feat: asyncio/aiohttp-ify ([`e3c711e`](https://github.com/tutorintelligence/intellinet-pdu-ctrl/commit/e3c711e6d7b50cd5089c4f379bab7c2184c03d6e)) + +### Unknown + +* Merge branch 'main' of github.com:tutorintelligence/intellinet-pdu-ctrl ([`b64ef98`](https://github.com/tutorintelligence/intellinet-pdu-ctrl/commit/b64ef98f780cda82abc31ef016f63f325f8f22f5)) + + ## v0.1.0 (2024-09-22) ### Feature diff --git a/intellinet_pdu_ctrl/__init__.py b/intellinet_pdu_ctrl/__init__.py index 3dc1f76..d3ec452 100644 --- a/intellinet_pdu_ctrl/__init__.py +++ b/intellinet_pdu_ctrl/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 2cc14b4..88ef427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intellinet-pdu-ctrl" -version = "0.1.0" +version = "0.2.0" description = "asyncio client library for intellinet pdus" authors = ["Josh Gruenstein "] license = "MIT"