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 1
1
# CHANGELOG
2
2
3
3
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
+
4
17
## v0.13.2 (2024-11-01)
5
18
6
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
- __version__ = "0.13.2 "
1
+ __version__ = "0.13.3 "
2
2
3
3
from .tile38 import Tile38
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pyle38"
3
- version = " 0.13.2 "
3
+ version = " 0.13.3 "
4
4
description = " Async python client for Tile38"
5
5
authors = [
" Benjamin Ramser <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments