Skip to content

Commit 71681bd

Browse files
author
semantic-release
committed
chore(release): release v0.6.0 [skip ci]
1 parent 28e362a commit 71681bd

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.6.0 (2026-01-30)
6+
7+
### Documentation
8+
9+
- Add contributing guidelines and update documentation
10+
([`e77b483`](https://github.com/theseriff/jobify/commit/e77b483382e68520cf974f9608951a5553423782))
11+
12+
- Document OuterMiddleware, OuterContext and force parameter
13+
([`0d2e139`](https://github.com/theseriff/jobify/commit/0d2e139ca8343bc19023e3ad79532f671246c643))
14+
15+
- Update README.md
16+
([`9969e02`](https://github.com/theseriff/jobify/commit/9969e02b1b0fd9325eb843925949e4c14e327087))
17+
18+
### Features
19+
20+
- **middleware**: Introduce outer middleware for job scheduling
21+
([`2a9d366`](https://github.com/theseriff/jobify/commit/2a9d3660ff28eab5043969b08afc9698c96aedff))
22+
23+
- **router**: Support custom route_class for Jobify and JobRouter
24+
([`e32f94a`](https://github.com/theseriff/jobify/commit/e32f94a6bfd72acca250dd647217a45b9109b0b2))
25+
26+
527
## v0.5.2 (2026-01-25)
628

729
### 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.5.2"
10+
version = "0.6.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)