Skip to content

Commit

Permalink
Cut release 0.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brandur committed Jul 5, 2024
1 parent a03cc79 commit f01a5ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-07-04

### Changed

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

## [0.1.1] - 2024-07-04

### Fixed

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

## [0.1.0] - 2024-07-04

Expand Down
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Rye uses [Ruff](https://github.com/astral-sh/ruff) under the hood for code forma
git tag $VERSION
git push --tags
rm dist/* # or else PyPI will keep uploading old versions forever
# or else PyPI will keep uploading old versions forever
rm dist/*
```

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.
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.1.1"
version = "0.1.2"
description = "Python insert-only client for River."
authors = [
{ name = "Eric Hauser", email = "[email protected]" },
Expand Down

0 comments on commit f01a5ab

Please sign in to comment.