Skip to content

Commit f01a5ab

Browse files
committed
Cut release 0.2.0
Cut release 0.2.0, where we add usage instructions README, add job state constants, and change return value of `insert_many()` and `insert_many_tx()` to an integer instead of a list of jobs [1]. [1] riverqueue/river#19
1 parent a03cc79 commit f01a5ab

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2024-07-04
11+
12+
### Changed
13+
14+
- Add usage instructions README, add job state constants, and change return value of `insert_many()` and `insert_many_tx()` to an integer instead of a list of jobs. [PR #19](https://github.com/riverqueue/river/pull/19).
15+
1016
## [0.1.1] - 2024-07-04
1117

1218
### Fixed
1319

14-
- Fix `pyproject.toml` description and add various URLs like to homepage, docs, and GitHub repositories. [PR #408](https://github.com/riverqueue/river/pull/408).
20+
- Fix `pyproject.toml` description and add various URLs like to homepage, docs, and GitHub repositories. [PR #18](https://github.com/riverqueue/river/pull/18).
1521

1622
## [0.1.0] - 2024-07-04
1723

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Rye uses [Ruff](https://github.com/astral-sh/ruff) under the hood for code forma
8585
git tag $VERSION
8686
git push --tags
8787
88-
rm dist/* # or else PyPI will keep uploading old versions forever
88+
# or else PyPI will keep uploading old versions forever
89+
rm dist/*
8990
```
90-
9191
4. Cut a new GitHub release by visiting [new release](https://github.com/riverqueue/riverqueue-python/releases/new), selecting the new tag, and copying in the version's `CHANGELOG.md` content as the release body.

pyproject.toml

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

0 commit comments

Comments
 (0)