File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v0.13.0 (2024-06-22)
6
+
7
+ ### Chore
8
+
9
+ * chore(deps): update ([ ` af90370 ` ] ( https://github.com/iwpnd/pyle38/commit/af90370c8d76415db7af2c16b48b7ca8dac87fa8 ) )
10
+
11
+ * chore(deps): update ([ ` 3d9f7c4 ` ] ( https://github.com/iwpnd/pyle38/commit/3d9f7c4e535ad4412679b358d2279c4a0409f937 ) )
12
+
13
+ ### Feature
14
+
15
+ * feat: add WHEREIN to SEARCH ([ ` e7b5c29 ` ] ( https://github.com/iwpnd/pyle38/commit/e7b5c297d4f40213cdc2d1131a1416ee4644bfeb ) )
16
+
17
+ * feat: add WHEREIN to NEARBY ([ ` 587c629 ` ] ( https://github.com/iwpnd/pyle38/commit/587c6292180a66e709983e38ccfa56fa00318b77 ) )
18
+
19
+ * feat: add WHEREIN to INTERSECTS ([ ` 41e81dd ` ] ( https://github.com/iwpnd/pyle38/commit/41e81dd356816dc4f5f069315e756e11767aec3e ) )
20
+
21
+ * feat: add WHEREIN to WITHIN ([ ` f706b80 ` ] ( https://github.com/iwpnd/pyle38/commit/f706b809046f8db41bbfc35482a860945d71b065 ) )
22
+
23
+ * feat: add WHEREIN to SCAN ([ ` afa301e ` ] ( https://github.com/iwpnd/pyle38/commit/afa301e6cfd8fef9db04275bf1ebf4d4b6ede999 ) )
24
+
25
+ * feat: add wherein to Whereable class ([ ` c3ad4df ` ] ( https://github.com/iwpnd/pyle38/commit/c3ad4df2ddaa74663b0f65e0a0d57812dff83f7a ) )
26
+
27
+ ### Refactor
28
+
29
+ * refactor: simplify WHEREIN command, resolve mypy issues on object searches ([ ` 33b23e8 ` ] ( https://github.com/iwpnd/pyle38/commit/33b23e8432da2a55bbde3045f12e5dd7265a6c7b ) )
30
+
31
+
5
32
## v0.12.0 (2024-06-07)
6
33
7
34
### Feature
Original file line number Diff line number Diff line change 1
- __version__ = "0.12 .0"
1
+ __version__ = "0.13 .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.12 .0"
3
+ version = " 0.13 .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