From d47dac29a2b843e48290557ca5f6a7efa1f148c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 12:46:06 +0000 Subject: [PATCH 1/2] chore(main): release 0.6.1 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59f548..f4aa75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/allisson/pysqsx/compare/v0.6.0...v0.6.1) (2025-05-03) + + +### Bug Fixes + +* remove the args from exit_gracefully method ([#22](https://github.com/allisson/pysqsx/issues/22)) ([27b946e](https://github.com/allisson/pysqsx/commit/27b946ef2f321bf0979e93106409c19bb95da037)) + ## [0.6.0](https://github.com/allisson/pysqsx/compare/v0.5.1...v0.6.0) (2025-04-23) diff --git a/version.txt b/version.txt index a918a2a..ee6cdce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1 From 6bda3fc74fb821e02624b23c636871649a3fc81f Mon Sep 17 00:00:00 2001 From: Allisson Azevedo Date: Sat, 3 May 2025 09:51:07 -0300 Subject: [PATCH 2/2] build: update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 676a9ec..f23d34f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="sqsx", - version="0.6.0", + version="0.6.1", description="A simple task processor for Amazon SQS", long_description=long_description, long_description_content_type="text/markdown",