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 e0874af commit 2cc9c41Copy full SHA for 2cc9c41
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.6.0] - 2024-07-06
11
+
12
### Added
13
14
- Add doc strings for most of the public API. [PR #27](https://github.com/riverqueue/riverqueue-python/pull/27).
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "riverqueue"
3
-version = "0.5.0"
+version = "0.6.0"
4
description = "Python insert-only client for River."
5
authors = [
6
{ name = "Eric Hauser", email = "ewhauser@gmail.com" },
0 commit comments