Skip to content

Commit

Permalink
Prepare version v0.4.1 (#318)
Browse files Browse the repository at this point in the history
A small release containing the change in #315. I don't _think_ anything
critical was broken, but not completely certain, and a release is an
easy thing to do, so just in case.

Also update `./cmd/river`'s references to `v0.4.0` which shouldn't
affect anything, but a minor nicety to stay current.
  • Loading branch information
brandur committed Apr 23, 2024
1 parent 7c8b5ee commit 48a4b17
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2024-04-22

### Fixed

- Update job state references in `./cmd/river` and some documentation to `rivertype`. [PR #315](https://github.com/riverqueue/river/pull/315).

## [0.4.0] - 2024-04-20

### Changed
Expand Down
11 changes: 6 additions & 5 deletions cmd/river/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ go 1.21.4
require (
github.com/jackc/pgx/v5 v5.5.5
github.com/lmittmann/tint v1.0.4
github.com/riverqueue/river v0.1.0
github.com/riverqueue/river/riverdriver v0.1.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.1.0
github.com/riverqueue/river/rivertype v0.1.0
github.com/riverqueue/river v0.4.0
github.com/riverqueue/river/riverdriver v0.4.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.4.0
github.com/riverqueue/river/rivertype v0.4.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
)
Expand All @@ -27,10 +27,11 @@ require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
11 changes: 11 additions & 0 deletions cmd/river/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,23 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/riverqueue/river v0.1.0 h1:O0juNYQ92VyKWXzyfjj8KFbJdXk8+IV0hMGQXASZ96o=
github.com/riverqueue/river v0.1.0/go.mod h1:l0O8xp6l2V9Ia7XR3w/Z8HZNRmaMW2A0glFyiJYWScA=
github.com/riverqueue/river v0.4.0 h1:iNRlbxowrV74bbKgzCYuPyEKVMbbhMxLxTbEvh7RxBE=
github.com/riverqueue/river v0.4.0/go.mod h1:7hqfy/+j7uhIFQJ1RiqbqPcGdKsNHm3TTslkrbsR3bU=
github.com/riverqueue/river/riverdriver v0.1.0 h1:my3l1MZbba4lRDydqCNXipU8xMXn2n95Icymg6U4eUs=
github.com/riverqueue/river/riverdriver v0.1.0/go.mod h1:Vh+DsPA/gjgCJyLhwe8tIe+VyJ53zdhN3hFO1m7Y9MY=
github.com/riverqueue/river/riverdriver v0.4.0 h1:UawlHhKay/YeyziHWGqk1TUOwL5SURfTC/83E20HKKU=
github.com/riverqueue/river/riverdriver v0.4.0/go.mod h1:5GwQBioi1sSi9bJ49kZKO500jd9x7C8g70k5Xa0Kfcw=
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.1.0 h1:G4gkqd+JnNIQne3BfAtr8MJliJSvhomBkHRrv3rn9G0=
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.1.0/go.mod h1:M4G2B7a7GlFFP3I1JbkFKejWMlUkklGCRLiX+ZJnYh8=
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.4.0 h1:t2tvQ8xrrJdqkERPj6QCYCcDSYnYINMiGdyHpLSoq+0=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.1.0 h1:fIyGx8AriCNRPf5nxFKYOOg20wtsmrgu7Pxa51sre/Q=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.1.0/go.mod h1:IeAmBDBK6fm9mzAAyHO0ugzh/9vBg4uQVF/TbuVP/g8=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.4.0 h1:efF00Y++j4FkMPVkhJwuZtS8ALaIrGLNeqMhzNSPVYA=
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.4.0/go.mod h1:IiLk7WDOzwGZk4G4OefarKGHUNuS31IrcQsUYI8GQs0=
github.com/riverqueue/river/rivertype v0.1.0 h1:XAOysd+gfF5mW2TIpfM98Xk63EUmT9xnRA8EwM9LFh4=
github.com/riverqueue/river/rivertype v0.1.0/go.mod h1:PvsLQ/xSATmmn9gdjB3pnIaj9ZSLmWhDTI4EPrK3AJ0=
github.com/riverqueue/river/rivertype v0.4.0 h1:RMKn5jXI/5m4RTAHHjRsZq9+UBvXDoXNEyH+zWvwaBo=
github.com/riverqueue/river/rivertype v0.4.0/go.mod h1:nDd50b/mIdxR/ezQzGS/JiAhBPERA7tUIne21GdfspQ=
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
Expand All @@ -54,6 +63,8 @@ golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 48a4b17

Please sign in to comment.