Skip to content

Commit 6f06010

Browse files
authored
Prepare release 0.6.3 (#35)
Prepare release 0.6.3 which contains various fixes for Python syntax in README examples [1]. [1] #34
1 parent 4e70232 commit 6f06010

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.6.2] - 2024-07-06
1117

1218
### Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "riverqueue"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Python insert-only client for River."
55
authors = [
66
{ name = "Eric Hauser", email = "[email protected]" },

0 commit comments

Comments
 (0)