From 3b797799d8508f99c3ebf170ff0ba03e9136d893 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 7 Jun 2024 14:10:45 +0000 Subject: [PATCH] 0.12.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyle38/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c9963..c2b8a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.12.0 (2024-06-07) + +### Feature + +* feat: support FEXISTS command as of tile38 v1.33.0 ([`12f900d`](https://github.com/iwpnd/pyle38/commit/12f900dab4f39c49d19e87c4fd64f8a9ee887676)) + +* feat: support EXISTS command as of tile38 v1.33.0 ([`39e0593`](https://github.com/iwpnd/pyle38/commit/39e0593fa3cddfceff30a39998146114d6e1cc4f)) + + ## v0.11.4 (2024-06-07) ### Chore diff --git a/pyle38/__init__.py b/pyle38/__init__.py index f64cdc9..9d7ae2e 100644 --- a/pyle38/__init__.py +++ b/pyle38/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.11.4" +__version__ = "0.12.0" from .tile38 import Tile38 diff --git a/pyproject.toml b/pyproject.toml index e7b5044..4729672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyle38" -version = "0.11.4" +version = "0.12.0" description = "Async python client for Tile38" authors = ["Benjamin Ramser "] license = "MIT"