Skip to content

Commit 504ae3a

Browse files
author
semantic-release
committed
chore(release): release v0.9.0 [skip ci]
1 parent ae00e3c commit 504ae3a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.9.0 (2026-03-16)
6+
7+
### Documentation
8+
9+
- Add FastAPI example and fix dishka-jobify description
10+
([`09f55f8`](https://github.com/theseriff/jobify/commit/09f55f8431e6aa454c7483f3f35e222a4f3446bb))
11+
12+
- Enhance feature showcase and add system time trade-off docs
13+
([`ec60fe5`](https://github.com/theseriff/jobify/commit/ec60fe51b04055bbb88776d8b2a7b13c20ee788e))
14+
15+
- **task_settings**: Improve describe run mode
16+
([`7f90cb9`](https://github.com/theseriff/jobify/commit/7f90cb92fcabe2e5b1fc97231c05b1a57c81dff1))
17+
18+
### Features
19+
20+
- Add NoResultError to abort retries immediately
21+
([`e517919`](https://github.com/theseriff/jobify/commit/e517919b2a46c6e664238de5d88edff22f8e7209))
22+
23+
524
## v0.8.1 (2026-03-13)
625

726
### Bug Fixes

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.8.1"
10+
version = "0.9.0"
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)