Skip to content

Commit 7b4235a

Browse files
committed
release v0.13.0
1 parent 2dffdd1 commit 7b4235a

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
# MQTTany Change Log
22

3-
## Development
3+
## 0.13.0
44

5-
* **Changed**
5+
* ***BREAKING CHANGE***
66
* LED restructure set/get pixel functions to simplify array subclassing.
7-
* LED some minor cleanup of array subtypes.
8-
* MQTT use custom client logger for better control of log messages.
9-
* Migrate from pylint to Pylance for code checking in VSCode.
10-
* Convert entire codebase to be fully typed.
11-
* Migrate CI code check to Pyright from pylint.
7+
[#92](https://github.com/CrazyIvan359/mqttany/pull/92)
8+
9+
* **Changed**
10+
* LED some minor cleanup of array subtypes. [#92](https://github.com/CrazyIvan359/mqttany/pull/92)
11+
* MQTT use custom client logger for better control of log messages. [#93](https://github.com/CrazyIvan359/mqttany/pull/93)
12+
* Migrate from pylint to Pylance for code checking in VSCode. [#96](https://github.com/CrazyIvan359/mqttany/pull/96)
13+
* Convert entire codebase to be fully typed. [#96](https://github.com/CrazyIvan359/mqttany/pull/96)
14+
* Migrate CI code check to Pyright from pylint. [#96](https://github.com/CrazyIvan359/mqttany/pull/96)
1215
* OneWire move `get_w1_address` function from base `bus` class to wire-1 bus class.
16+
[#97](https://github.com/CrazyIvan359/mqttany/pull/97)
1317

1418
* **Fixed**
15-
* Missing comma in Odroid C1+ and C2 board definitions.
19+
* Missing comma in Odroid C1+ and C2 board definitions. [#89](https://github.com/CrazyIvan359/mqttany/pull/89)
1620
* GPIO Digital pin pulse message handler using entire payload as state instead of
17-
JSON property `'state'`.
21+
JSON property `'state'`. [#90](https://github.com/CrazyIvan359/mqttany/pull/90)
1822
* I2C Bus instance referencing error, devices not able to access the bus instance.
19-
* OneWire bus not being instantiated.
20-
* OneWire polling not referencing device instance.
21-
* XSET module missing module type.
23+
[#91](https://github.com/CrazyIvan359/mqttany/pull/91)
24+
* OneWire bus not being instantiated. [#94](https://github.com/CrazyIvan359/mqttany/pull/94)
25+
* OneWire polling not referencing device instance. [#94](https://github.com/CrazyIvan359/mqttany/pull/94)
26+
* XSET module missing module type. [#95](https://github.com/CrazyIvan359/mqttany/pull/95)
2227

2328
## 0.12.2
2429

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.2-dev
1+
0.13.0

mqttany/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.2-dev"
1+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)