Skip to content

Commit

Permalink
chore(main): release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Feb 28, 2025
1 parent e1db6f2 commit 609c4e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "0.9.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include = '\.pyi?$'

[tool.poetry]
name = "thumbor_aws"
version = "0.8.1"
version = "0.9.0"
authors = ["Bernardo Heynemann <[email protected]>"]
description = "thumbor_aws provides extensions for thumbor using AWS"
readme = "README.md"
Expand Down

0 comments on commit 609c4e8

Please sign in to comment.