Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyIvan359 committed Nov 30, 2019
1 parent 48a190f commit 74bfb82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MQTTany Change Log

## Development
## 0.10.0

* ***BREAKING CHANGE***
* MCP230xx module has been removed as its functionality has been replaced
Expand All @@ -11,15 +11,19 @@

* **Added**
* MQTT heartbeat messages, currently status and version only.
* LED add white channel to `test.order` animation.
* I2C module for I2C communication.
* I2C support for MCP230xx devices including output pulsing.
* LED interface for DMX output using the sACN protocol.

* **Changed**
* Move to git-flow workflow, add notice to readme about this.
* Moved `Direction`, `Resistor`, and `Interrupt` enums to global common.

* **Fixed**
* Incorrect naming of keyword `__all__`.
* GPIO incorrect imports and exports in `common`.
* LED array topic getting root and module topics added twice.
* MQTT typo in assignment of `on_connect` callback causing it to never be called.

## 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0-dev
0.10.0
2 changes: 1 addition & 1 deletion mqttany/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0-dev"
__version__ = "0.10.0"

0 comments on commit 74bfb82

Please sign in to comment.