Skip to content

Commit f117313

Browse files
committed
Prepare release 0.4.0
Prepare release 0.4.0, containing new tag validations [1]. [1] #23
1 parent 2f9b80f commit f117313

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0] - 2024-07-05
11+
1012
### Changed
1113

1214
- Tags are now limited to 255 characters in length, and should match the regex `\A[\w][\w\-]+[\w]\z` (importantly, they can't contain commas). [PR #23](https://github.com/riverqueue/riverqueue-python/pull/23).

pyproject.toml

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

0 commit comments

Comments
 (0)