From fbfa3867b325b00ee0a5db048087ddaa51e5d73d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 7 Jun 2024 13:41:00 +0000 Subject: [PATCH] 0.11.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyle38/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a8390..18c9963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## v0.11.4 (2024-06-07) + +### Chore + +* chore(deps): bump python-semantic-release/python-semantic-release + +Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.6.0 to 9.8.0. +- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) +- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) +- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.6.0...v9.8.0) + +--- +updated-dependencies: +- dependency-name: python-semantic-release/python-semantic-release + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`3578319`](https://github.com/iwpnd/pyle38/commit/357831983e50c0824fdad31ffab7807e49952551)) + +* chore(deps): 🔗 update redis ([`7f52479`](https://github.com/iwpnd/pyle38/commit/7f524794a963b29f715fede2688db3befdbb1611)) + +### Fix + +* fix: ObjectResponse with fields not compatible with Tile38 v1.30.0 ([`6272e70`](https://github.com/iwpnd/pyle38/commit/6272e70f5bb22833aa3363073d2bfb121aee1cf2)) + + ## v0.11.3 (2024-05-05) ### Chore diff --git a/pyle38/__init__.py b/pyle38/__init__.py index cdf51f8..f64cdc9 100644 --- a/pyle38/__init__.py +++ b/pyle38/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.11.3" +__version__ = "0.11.4" from .tile38 import Tile38 diff --git a/pyproject.toml b/pyproject.toml index 747050f..e7b5044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyle38" -version = "0.11.3" +version = "0.11.4" description = "Async python client for Tile38" authors = ["Benjamin Ramser "] license = "MIT"