Skip to content

Commit f090694

Browse files
author
github-actions
committed
0.8.2
Automatically generated by python-semantic-release
1 parent 79af8ff commit f090694

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.8.2 (2025-01-14)
6+
7+
### Fix
8+
9+
* fix: update creds correctly on set ([`79af8ff`](https://github.com/tutorintelligence/intellinet-pdu-ctrl/commit/79af8ff211c07eb6bef50fe311ab76f6ec4650fb))
10+
11+
512
## v0.8.1 (2025-01-14)
613

714
### Fix

intellinet_pdu_ctrl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.8.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "intellinet-pdu-ctrl"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "asyncio client library for intellinet pdus"
55
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)