File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ Unreleased]
99
10- - Updates all dependenices
11- - Adds support for Python 3.13
12- - Removes support for Python 3.8
13- - Moved to uv for package and project management
14- - Updates the maximum SQS message size, following AWS changes
10+ ## [ 0.6.0] - 2025-08-12
11+
12+ ### Changed
13+
14+ - Update all dependenices.
15+ - Move to uv for package and project management.
16+ - Update the maximum SQS message size, following AWS changes.
17+
18+ ### Removed
19+
20+ - Python 3.8 is no longer supported.
21+
22+ ### Added
23+
24+ - Support Python 3.13.
1525
1626## [ 0.5.22] - 2025-02-28
1727
Original file line number Diff line number Diff line change 11[project ]
22name = " sqs-workers"
3- version = " 0.5.22 "
3+ version = " 0.6.0 "
44description = " An opinionated queue processor for Amazon SQS"
55authors = [{
name =
" Doist Developers" ,
email =
" [email protected] " }]
66requires-python = " >=3.9,<3.14"
You can’t perform that action at this time.
0 commit comments