Skip to content

Commit 77a1561

Browse files
committed
Prepare version 0.7.0
Prepare a periodic release for rivercontrib. This largely contains a new lightweight version change framework as seen in #39.
1 parent ad75de2 commit 77a1561

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.7.0] - 2026-01-18
11+
12+
### Added
13+
14+
- Add `versionedjob` hook providing a simple declarative version change framework for jobs. [PR #39](https://github.com/riverqueue/rivercontrib/pull/39).
15+
1016
## [0.6.0] - 2025-11-20
1117

1218
### Added

datadogriver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.29.0
1111
github.com/riverqueue/river/rivershared v0.29.0
1212
github.com/riverqueue/river/rivertype v0.29.0
13-
github.com/riverqueue/rivercontrib/otelriver v0.6.0
13+
github.com/riverqueue/rivercontrib/otelriver v0.7.0
1414
go.opentelemetry.io/otel v1.37.0
1515
)
1616

docs/development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Run the linter and try to autofix:
3232
git tag datadogriver/$VERSION -m "release datadogriver/$VERSION"
3333
git tag nilerror/$VERSION -m "release nilerror/$VERSION"
3434
git tag otelriver/$VERSION -m "release otelriver/$VERSION"
35+
git tag versionedjob/$VERSION -m "release versionedjob/$VERSION"
3536
git tag $VERSION
3637
```
3738

0 commit comments

Comments
 (0)