Skip to content

Commit 2cc9c41

Browse files
committed
Prepare release 0.6.0
Prepare release 0.6.0, which includes doc strings for most of the public API and a new `AttemptError` data class to represent a job error.
1 parent e0874af commit 2cc9c41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2024-07-06
11+
1012
### Added
1113

1214
- Add doc strings for most of the public API. [PR #27](https://github.com/riverqueue/riverqueue-python/pull/27).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "riverqueue"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Python insert-only client for River."
55
authors = [
66
{ name = "Eric Hauser", email = "[email protected]" },

0 commit comments

Comments
 (0)