Skip to content

Commit 1ebbdac

Browse files
author
semantic-release
committed
chore(release): release v0.9.2 [skip ci]
1 parent 2458d29 commit 1ebbdac

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v0.9.2 (2026-03-22)
6+
7+
### Performance Improvements
8+
9+
- **storage**: Replace threading lock with asyncio.Queue in SQLiteStorage
10+
([`2b72aba`](https://github.com/theseriff/jobify/commit/2b72aba1defe605ff25e103dcc60e886fd56a00c))
11+
12+
513
## v0.9.1 (2026-03-21)
614

715
### Build System

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module-root = "src"
77

88
[project]
99
name = "jobify"
10-
version = "0.9.1"
10+
version = "0.9.2"
1111
description = "A modern, lightweight and robust task manager with a user-friendly interface and a wide range of features, using the low-level asyncio API and more."
1212
requires-python = ">=3.10,<5"
1313
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)