Skip to content

Commit a43b944

Browse files
author
semantic-release
committed
chore(release): release v0.8.1 [skip ci]
1 parent 5fabe88 commit a43b944

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.8.1 (2026-03-13)
6+
7+
### Bug Fixes
8+
9+
- **middleware**: Allow exception handlers to return values
10+
([`27043eb`](https://github.com/theseriff/jobify/commit/27043eb04cd35b83d358999190e7d48305d357f2))
11+
12+
### Documentation
13+
14+
- Add exception_handlers
15+
([`1e55dca`](https://github.com/theseriff/jobify/commit/1e55dca8061a69c10cf21f919ba4cc08aaf3d4a6))
16+
17+
518
## v0.8.0 (2026-03-10)
619

720
### 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.8.0"
10+
version = "0.8.1"
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)