File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
66The format is loosely based on [ Keep a Changelog] ( https://keepachangelog.com ) .
77
8- [ 0.2.0] - 2025-11-22
8+ [ 0.2.2] - 2025-11-23
9+ --------------------
10+
11+ ### Fixed
12+
13+ - Use the queueio logo from PyPI so it will show on PyPI.
14+
15+ [ 0.2.1] - 2025-11-22
916--------------------
1017
1118### Fixed
@@ -36,5 +43,6 @@ Thank you to Nick Anderegg for allowing me to use the queueio name for this proj
3643- The queuespec syntax to ` queue run ` to consume multiple queues with shared capacity.
3744- ` queueio monitor ` command to monitor activity in the queueio system.
3845
39- [ 0.2.1 ] : https://github.com/ryanhiebert/queueio/compare/tag/0.2.1...tag/0.2.1
46+ [ 0.2.2 ] : https://github.com/ryanhiebert/queueio/compare/tag/0.2.1...tag/0.2.2
47+ [ 0.2.1 ] : https://github.com/ryanhiebert/queueio/compare/tag/0.2.0...tag/0.2.1
4048[ 0.2.0 ] : https://github.com/ryanhiebert/queueio/releases/tag/0.2.0
Original file line number Diff line number Diff line change 1- ![ queueio] ( logo.svg )
1+ ![ queueio] ( https://raw.githubusercontent.com/ryanhiebert/queueio/main/logo.svg )
2+
23
34Python background queues with an async twist
45============================================
Original file line number Diff line number Diff line change 11[project ]
22name = " queueio"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " Python background queues with an async twist"
55readme = " README.md"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments