Skip to content

Commit 3b79779

Browse files
author
semantic-release
committed
0.12.0
Automatically generated by python-semantic-release
1 parent f9bca32 commit 3b79779

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33

44

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+
514
## v0.11.4 (2024-06-07)
615

716
### Chore

pyle38/__init__.py

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

0 commit comments

Comments
 (0)