From 609c4e82625816dce873f81eb7c88b56eb9facde Mon Sep 17 00:00:00 2001 From: Guilherme Souza <101073+guilhermef@users.noreply.github.com> Date: Fri, 28 Feb 2025 08:44:42 +0400 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4217446..9f46669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/thumbor/thumbor-aws/compare/v0.8.1...v0.9.0) (2025-02-28) + + +### Features + +* Drop support to Python 3.8 ([#297](https://github.com/thumbor/thumbor-aws/issues/297)) ([e1db6f2](https://github.com/thumbor/thumbor-aws/commit/e1db6f2141306ac208fab46ea1f0d2643c1f5cbe)) + + +### Bug Fixes + +* GH action release tag match ([ef436e9](https://github.com/thumbor/thumbor-aws/commit/ef436e92dcd86815c94af674ef61a90d69ca023b)) + ## [0.8.1](https://github.com/thumbor/thumbor-aws/compare/0.8.0...v0.8.1) (2024-09-02) diff --git a/pyproject.toml b/pyproject.toml index e3f9c7e..27b77f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '\.pyi?$' [tool.poetry] name = "thumbor_aws" -version = "0.8.1" +version = "0.9.0" authors = ["Bernardo Heynemann "] description = "thumbor_aws provides extensions for thumbor using AWS" readme = "README.md"