Skip to content

Commit

Permalink
Prepare release v1.9.0 (#68)
Browse files Browse the repository at this point in the history
Release v1.9.0 with updated dependency and support for `AppendFunc`.
  • Loading branch information
sywhang committed Dec 12, 2022
1 parent 4459990 commit 39ca40c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17.x", "1.18.x", "1.19.x"]
go: ["1.18.x", "1.19.x"]
include:
- go: 1.19.x
latest: true
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Releases
========

v1.9.0 (2022-12-12)
===================

- Add `AppendFunc` that allow passsing functions to similar to
`AppendInvoke`.

- Bump up yaml.v3 dependency to 3.0.1.

v1.8.0 (2022-02-28)
===================

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module go.uber.org/multierr

go 1.18
go 1.19

require (
github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit 39ca40c

Please sign in to comment.