Skip to content

Commit a042415

Browse files
committed
Prepare version 0.2.0
Prepare release 0.2.0, which largely just includes a rename of `Args` to `JobArgs`, a new `JobArgsWithInsertOpts` protocol for slightly nicer typing, and a few more tests [1]. [1] #20
1 parent f9095c0 commit a042415

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

1214
- Rename `Args` to `JobArgs` and add `JobArgsWithInsertOpts` protocol. [PR #20](https://github.com/riverqueue/river/pull/20).

pyproject.toml

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

0 commit comments

Comments
 (0)