Skip to content

Commit

Permalink
Prepare release 0.6.2
Browse files Browse the repository at this point in the history
Prepare release 0.6.2, which changes the typing on `UniqueOpts.by_state`
from `list[str]` to `list[JobState]` (the enum).
  • Loading branch information
brandur committed Jul 7, 2024
1 parent efe6997 commit e90ec18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2024-07-06

### Changed

- `UniqueOpts.by_state` now has the stronger type of `list[JobState]` (the enum) instead of `list[str]`. [PR #32](https://github.com/riverqueue/riverqueue-python/pull/32).
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.6.1"
version = "0.6.2"
description = "Python insert-only client for River."
authors = [
{ name = "Eric Hauser", email = "ewhauser@gmail.com" },
Expand Down

0 comments on commit e90ec18

Please sign in to comment.