Skip to content

Commit e90ec18

Browse files
committed
Prepare release 0.6.2
Prepare release 0.6.2, which changes the typing on `UniqueOpts.by_state` from `list[str]` to `list[JobState]` (the enum).
1 parent efe6997 commit e90ec18

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.2] - 2024-07-06
11+
1012
### Changed
1113

1214
- `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).

pyproject.toml

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

0 commit comments

Comments
 (0)