Skip to content

Commit

Permalink
Prepare release v1.8.0
Browse files Browse the repository at this point in the history
Release v1.8.0 with an optimized `Combine`.
Test with Go 1.17 for it.
  • Loading branch information
abhinav committed Feb 28, 2022
1 parent cea7d2e commit bf76d31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.15.x", "1.16.x"]
go: ["1.16.x", "1.17.x"]
include:
- go: 1.16.x
- go: 1.17.x
latest: true

steps:
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Checkout code
uses: actions/checkout@v2

- name: Load cached dependencies
uses: actions/cache@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Releases
========

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

- `Combine`: perform zero allocations when there are no errors.


v1.7.0 (2021-05-06)
===================

Expand Down

0 comments on commit bf76d31

Please sign in to comment.