Skip to content

Commit 2c6604e

Browse files
committed
Load image from GitHub URL
1 parent 13ec3bd commit 2c6604e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
The 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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![queueio](logo.svg)
1+
![queueio](https://raw.githubusercontent.com/ryanhiebert/queueio/main/logo.svg)
2+
23

34
Python background queues with an async twist
45
============================================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "queueio"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Python background queues with an async twist"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)