Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
Prepare release 0.5.0, including a new `JobState` enum and fully typed
`Job` row.
  • Loading branch information
brandur committed Jul 6, 2024
1 parent a258b1f commit 8d2ba87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-07-06

### Changed

- Use real enum for `JobState` instead of many constant. This is a breaking change, but the job state constants have existed for only a short time. [PR #25](https://github.com/riverqueue/riverqueue-python/pull/25).
- `riverqueue.Job`'s properties are now fully defined and typed. [PR #26](https://github.com/riverqueue/riverqueue-python/pull/26).

## [0.4.0] - 2024-07-05

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "riverqueue"
version = "0.4.0"
version = "0.5.0"
description = "Python insert-only client for River."
authors = [
{ name = "Eric Hauser", email = "[email protected]" },
Expand Down

0 comments on commit 8d2ba87

Please sign in to comment.