Skip to content

Commit 10aaa3c

Browse files
authored
Prepare release v1.8.0 (#56)
Release v1.8.0 with an optimized `Combine`. Test with Go 1.17 for it.
1 parent cea7d2e commit 10aaa3c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go: ["1.15.x", "1.16.x"]
16+
go: ["1.16.x", "1.17.x"]
1717
include:
18-
- go: 1.16.x
18+
- go: 1.17.x
1919
latest: true
2020

2121
steps:
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Checkout code
2828
uses: actions/checkout@v2
29-
29+
3030
- name: Load cached dependencies
3131
uses: actions/cache@v1
3232
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Releases
22
========
33

4+
v1.8.0 (2022-02-28)
5+
===================
6+
7+
- `Combine`: perform zero allocations when there are no errors.
8+
9+
410
v1.7.0 (2021-05-06)
511
===================
612

tools/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
// THE SOFTWARE.
2020

21+
//go:build tools
2122
// +build tools
2223

2324
package multierr

0 commit comments

Comments
 (0)