Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.3"
".": "0.3.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.4](https://github.com/Meightem/PrintGuard/compare/printguard-v0.3.3...printguard-v0.3.4) (2026-03-22)


### Bug Fixes

* lower expected stream outage logging ([c1dec22](https://github.com/Meightem/PrintGuard/commit/c1dec22b6d3d64bbf34106fd3b0079ceeb2c012b))
* quiet expected stream connection failures ([3efadd1](https://github.com/Meightem/PrintGuard/commit/3efadd167aade9e223c9a8cc94eba42e4c202e87))

## [0.3.3](https://github.com/Meightem/PrintGuard/compare/printguard-v0.3.2...printguard-v0.3.3) (2026-03-22)


Expand Down
2 changes: 1 addition & 1 deletion printguard-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.3.3 <!-- x-release-please-version -->
## 0.3.4 <!-- x-release-please-version -->

- Single-commit baseline for the Home Assistant add-on wrapper
2 changes: 1 addition & 1 deletion printguard-addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PrintGuard
version: 0.3.3
version: 0.3.4
slug: printguard
description: MJPEG to MQTT print monitoring service
url: https://github.com/Meightem/PrintGuard
Expand Down
2 changes: 1 addition & 1 deletion printguard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
try:
__version__ = version("printguard")
except PackageNotFoundError: # pragma: no cover - fallback for local execution
__version__ = "0.3.3"
__version__ = "0.3.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "printguard"
version = "0.3.3"
version = "0.3.4"
description = "Headless MJPEG to MQTT print monitoring service"
authors = [
{ name = "Oliver Bravery", email = "dev@oliverbravery.uk" }
Expand Down