File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v0.12.0 (2024-06-07)
6
+
7
+ ### Feature
8
+
9
+ * feat: support FEXISTS command as of tile38 v1.33.0 ([ ` 12f900d ` ] ( https://github.com/iwpnd/pyle38/commit/12f900dab4f39c49d19e87c4fd64f8a9ee887676 ) )
10
+
11
+ * feat: support EXISTS command as of tile38 v1.33.0 ([ ` 39e0593 ` ] ( https://github.com/iwpnd/pyle38/commit/39e0593fa3cddfceff30a39998146114d6e1cc4f ) )
12
+
13
+
5
14
## v0.11.4 (2024-06-07)
6
15
7
16
### Chore
Original file line number Diff line number Diff line change 1
- __version__ = "0.11.4 "
1
+ __version__ = "0.12.0 "
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.11.4 "
3
+ version = " 0.12.0 "
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