Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
Tee up version 0.3.0, whose largest feature is a full implementation of
`insert_many()` and `insert_many_tx()` [1].

[1] #22
  • Loading branch information
brandur committed Jul 5, 2024
1 parent 178161e commit e4947c9
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.3.0] - 2024-07-04

### Added

- Implement `insert_many` and `insert_many_tx`. [PR #22](https://github.com/riverqueue/river/pull/22).
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.2.0"
version = "0.3.0"
description = "Python insert-only client for River."
authors = [
{ name = "Eric Hauser", email = "[email protected]" },
Expand Down

0 comments on commit e4947c9

Please sign in to comment.