Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 7, 2024
1 parent f9bca32 commit 3b79779
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyle38/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.11.4"
__version__ = "0.12.0"

from .tile38 import Tile38
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3b79779

Please sign in to comment.