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 4e70232 commit 6f06010Copy full SHA for 6f06010
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.6.3] - 2024-07-08
11
+
12
+### Fixed
13
14
+- Various Python syntax fixes in README examples. [PR #34](https://github.com/riverqueue/riverqueue-python/pull/34).
15
16
## [0.6.2] - 2024-07-06
17
18
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "riverqueue"
3
-version = "0.6.2"
+version = "0.6.3"
4
description = "Python insert-only client for River."
5
authors = [
6
{ name = "Eric Hauser", email = "ewhauser@gmail.com" },
0 commit comments