File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 < alxwrd@googlemail.com > ([ ` 5491580 ` ] ( https://github.com/iwpnd/pyle38/commit/5491580d7ea134f75f0ec851ca76ccc8d1e4337b ) )
15+
16+
417## v0.13.2 (2024-11-01)
518
619### Bug Fixes
Original file line number Diff line number Diff line change 1- __version__ = "0.13.2 "
1+ __version__ = "0.13.3 "
22
33from .tile38 import Tile38
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyle38"
3- version = " 0.13.2 "
3+ version = " 0.13.3 "
44description = " Async python client for Tile38"
55authors = [" Benjamin Ramser <iwpnd@posteo.de>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments