Skip to content

Commit d673986

Browse files
author
semantic-release
committed
0.13.0
Automatically generated by python-semantic-release
1 parent 799bf24 commit d673986

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

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+
532
## v0.12.0 (2024-06-07)
633

734
### Feature

pyle38/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.12.0"
1+
__version__ = "0.13.0"
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.12.0"
3+
version = "0.13.0"
44
description = "Async python client for Tile38"
55
authors = ["Benjamin Ramser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)