From d6739863c3249b5c4e6eb8c37aea0d3261f5a77f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 22 Jun 2024 13:32:17 +0000 Subject: [PATCH] 0.13.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyle38/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b8a05..02da31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## v0.13.0 (2024-06-22) + +### Chore + +* chore(deps): update ([`af90370`](https://github.com/iwpnd/pyle38/commit/af90370c8d76415db7af2c16b48b7ca8dac87fa8)) + +* chore(deps): update ([`3d9f7c4`](https://github.com/iwpnd/pyle38/commit/3d9f7c4e535ad4412679b358d2279c4a0409f937)) + +### Feature + +* feat: add WHEREIN to SEARCH ([`e7b5c29`](https://github.com/iwpnd/pyle38/commit/e7b5c297d4f40213cdc2d1131a1416ee4644bfeb)) + +* feat: add WHEREIN to NEARBY ([`587c629`](https://github.com/iwpnd/pyle38/commit/587c6292180a66e709983e38ccfa56fa00318b77)) + +* feat: add WHEREIN to INTERSECTS ([`41e81dd`](https://github.com/iwpnd/pyle38/commit/41e81dd356816dc4f5f069315e756e11767aec3e)) + +* feat: add WHEREIN to WITHIN ([`f706b80`](https://github.com/iwpnd/pyle38/commit/f706b809046f8db41bbfc35482a860945d71b065)) + +* feat: add WHEREIN to SCAN ([`afa301e`](https://github.com/iwpnd/pyle38/commit/afa301e6cfd8fef9db04275bf1ebf4d4b6ede999)) + +* feat: add wherein to Whereable class ([`c3ad4df`](https://github.com/iwpnd/pyle38/commit/c3ad4df2ddaa74663b0f65e0a0d57812dff83f7a)) + +### Refactor + +* refactor: simplify WHEREIN command, resolve mypy issues on object searches ([`33b23e8`](https://github.com/iwpnd/pyle38/commit/33b23e8432da2a55bbde3045f12e5dd7265a6c7b)) + + ## v0.12.0 (2024-06-07) ### Feature diff --git a/pyle38/__init__.py b/pyle38/__init__.py index 9d7ae2e..390fe8b 100644 --- a/pyle38/__init__.py +++ b/pyle38/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.12.0" +__version__ = "0.13.0" from .tile38 import Tile38 diff --git a/pyproject.toml b/pyproject.toml index 6a20211..046327f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyle38" -version = "0.12.0" +version = "0.13.0" description = "Async python client for Tile38" authors = ["Benjamin Ramser "] license = "MIT"