Skip to content

Commit

Permalink
chore: bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Jul 27, 2023
1 parent 1345dcd commit 13761d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
===

## 3.6.0
- Added `Traverser::asGenerator()`

## 3.5.2
- Fixed `Channel` crashing if there is only one pending sender/receiver and it gets canceled.

Expand Down
4 changes: 2 additions & 2 deletions await-generator/virion.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: await-generator
version: 3.5.0
version: 3.6.0
php:
- 8.0
- "8.1"
author: SOFe
antigen: SOFe\AwaitGenerator
description: Use async/await in PHP using generators

0 comments on commit 13761d7

Please sign in to comment.