Skip to content

Commit

Permalink
Prepare release v0.7.0 (#37)
Browse files Browse the repository at this point in the history
Prepare v0.7.0, containing largely an implementation for fast path
unique job insertion as implemented in #36.
  • Loading branch information
brandur authored Aug 31, 2024
1 parent 91ad550 commit fc1a2b8
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.7.0] - 2024-07-30

### Changed

- Now compatible with "fast path" unique job insertion that uses a unique index instead of advisory lock and fetch [as introduced in River #451](https://github.com/riverqueue/river/pull/451). [PR #36](https://github.com/riverqueue/riverqueue-python/pull/36).
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.3"
version = "0.7.0"
description = "Python insert-only client for River."
authors = [
{ name = "Eric Hauser", email = "[email protected]" },
Expand Down

0 comments on commit fc1a2b8

Please sign in to comment.