diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac6f44..d0d9264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3d0afab..d41c0f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "ewhauser@gmail.com" },