Skip to content

Commit fa04630

Browse files
author
semantic-release
committed
0.14.2
Automatically generated by python-semantic-release
1 parent c25dd59 commit fa04630

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.14.2 (2025-01-20)
5+
6+
### Performance Improvements
7+
8+
- ⚡️ bump pydantic
9+
([`c25dd59`](https://github.com/iwpnd/pyle38/commit/c25dd592dbcc395ec3aa4b261c897cdaebc685f9))
10+
11+
412
## v0.14.1 (2025-01-09)
513

614
### Chores

pyle38/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.14.1"
1+
__version__ = "0.14.2"
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.14.1"
3+
version = "0.14.2"
44
description = "Async python client for Tile38"
55
authors = ["Benjamin Ramser <iwpnd@posteo.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)