Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 22, 2024
1 parent e3c711e commit e60e19c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion intellinet_pdu_ctrl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e60e19c

Please sign in to comment.