Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 8, 2024
1 parent f4ce706 commit 3b473a4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.5.0 (2024-08-08)

### Feature

* feat: Fix incorrect decoding of SSH client response in container tests ([`82a2959`](https://github.com/timmyb824/python-ContainerChecker/commit/82a2959a529d7c57ccf70f88b29291022b0a3402))

* feat: Improve error handling and logging for container checking functions; add workaround for checking containers on a synologynas ([`16378ce`](https://github.com/timmyb824/python-ContainerChecker/commit/16378ceba4063de29d638115e45000ed0818c63f))

* feat: Add debug logging for container status on remote servers ([`c200dda`](https://github.com/timmyb824/python-ContainerChecker/commit/c200ddacffac1839b9d7551ff5ac7eaa200f6aea))

### Unknown

* Merge pull request #7 from timmyb824/feat/improve-logging-add-workaround

feat: improve logging for debugging and add workaround for containers on synology nas ([`f4ce706`](https://github.com/timmyb824/python-ContainerChecker/commit/f4ce706370bc4a0e3b72ffdeaac1028f9dd61789))


## v0.4.0 (2024-08-06)

### Feature
Expand Down
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 = "python-containerchecker"
version = "0.4.0"
version = "0.5.0"
description = ""
authors = ["Tim Bryant <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3b473a4

Please sign in to comment.