Skip to content

Commit

Permalink
> 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Sep 8, 2024
1 parent 7b7e05b commit a7b4d87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.0.3

* Transform the mqtt port cli arg to int as a str is not accepted by the paho.mqtt library
* Fix the container filter not only at startup but also at runtime

## 2.0.2

* Add version cli options to display package version
Expand Down
2 changes: 1 addition & 1 deletion docker2mqtt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""docker2mqtt package."""

__VERSION__ = "2.0.2"
__VERSION__ = "2.0.3"

from .const import (
ANSI_ESCAPE,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = docker2mqtt
version = 2.0.2
version = 2.0.3
author = Cyrill Raccaud
author_email = [email protected]
description = Send your docker stats and and events to mqtt and discovery them in home assistant.
Expand Down

0 comments on commit a7b4d87

Please sign in to comment.