Skip to content

Commit f99b06c

Browse files
committed
release: 0.6.0
1 parent 40e38b3 commit f99b06c

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqs-workers"
3-
version = "0.5.22"
3+
version = "0.6.0"
44
description = "An opinionated queue processor for Amazon SQS"
55
authors = [{ name = "Doist Developers", email = "[email protected]" }]
66
requires-python = ">=3.9,<3.14"

0 commit comments

Comments
 (0)