From 2cc9c412f2b7e55f29baea62f3e84c1c78f599e4 Mon Sep 17 00:00:00 2001 From: Brandur Date: Sat, 6 Jul 2024 11:02:07 -0700 Subject: [PATCH] Prepare release 0.6.0 Prepare release 0.6.0, which includes doc strings for most of the public API and a new `AttemptError` data class to represent a job error. --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8a3c1..6946771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-07-06 + ### Added - Add doc strings for most of the public API. [PR #27](https://github.com/riverqueue/riverqueue-python/pull/27). diff --git a/pyproject.toml b/pyproject.toml index d41c0f2..3d80c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "riverqueue" -version = "0.5.0" +version = "0.6.0" description = "Python insert-only client for River." authors = [ { name = "Eric Hauser", email = "ewhauser@gmail.com" },