Skip to content

Commit

Permalink
Merge pull request #40 from k1LoW/tagpr-from-v1.7.0
Browse files Browse the repository at this point in the history
Release for v1.8.0
  • Loading branch information
k1LoW authored Jun 2, 2024
2 parents 1b3a14e + 0094219 commit d9bc35e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v1.8.0](https://github.com/k1LoW/donegroup/compare/v1.7.0...v1.8.0) - 2024-06-02
### Breaking Changes 🛠
- If timeout is reached, it should not be waited for. by @k1LoW in https://github.com/k1LoW/donegroup/pull/39
- Functions registered in Cleanup no longer need to do context handling. by @k1LoW in https://github.com/k1LoW/donegroup/pull/42
### Other Changes
- Use context.WithoutCancel instead of context.Background in the donegroup package. by @k1LoW in https://github.com/k1LoW/donegroup/pull/41

## [v1.7.0](https://github.com/k1LoW/donegroup/compare/v1.6.0...v1.7.0) - 2024-06-02
### New Features 🎉
- Add `CancelWith*Cause` by @k1LoW in https://github.com/k1LoW/donegroup/pull/37
Expand Down

0 comments on commit d9bc35e

Please sign in to comment.