Skip to content

Commit e9c167c

Browse files
author
semantic-release
committed
0.13.3
Automatically generated by python-semantic-release
1 parent 5491580 commit e9c167c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v0.13.3 (2024-11-01)
5+
6+
### Refactoring
7+
8+
* refactor: ♻️ set Tile38 output to JSON on_connect
9+
10+
instead of maintaining a `__format` state that
11+
needs to be validated and updated on every state
12+
of the connection.
13+
14+
Co-authored-by: Alex Ward <[email protected]> ([`5491580`](https://github.com/iwpnd/pyle38/commit/5491580d7ea134f75f0ec851ca76ccc8d1e4337b))
15+
16+
417
## v0.13.2 (2024-11-01)
518

619
### Bug Fixes

pyle38/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.13.2"
1+
__version__ = "0.13.3"
22

33
from .tile38 import Tile38

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyle38"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "Async python client for Tile38"
55
authors = ["Benjamin Ramser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)