Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 20, 2025
1 parent c25dd59 commit fa04630
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.14.2 (2025-01-20)

### Performance Improvements

- ⚡️ bump pydantic
([`c25dd59`](https://github.com/iwpnd/pyle38/commit/c25dd592dbcc395ec3aa4b261c897cdaebc685f9))


## v0.14.1 (2025-01-09)

### Chores
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.14.1"
__version__ = "0.14.2"

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.14.1"
version = "0.14.2"
description = "Async python client for Tile38"
authors = ["Benjamin Ramser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fa04630

Please sign in to comment.