We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178161e commit e4947c9Copy full SHA for e4947c9
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.0] - 2024-07-04
11
+
12
### Added
13
14
- Implement `insert_many` and `insert_many_tx`. [PR #22](https://github.com/riverqueue/river/pull/22).
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "riverqueue"
3
-version = "0.2.0"
+version = "0.3.0"
4
description = "Python insert-only client for River."
5
authors = [
6
{ name = "Eric Hauser", email = "ewhauser@gmail.com" },
0 commit comments