Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 5, 2024
1 parent 7f105aa commit 988ccec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/async/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright, 2017-2024, by Samuel Williams.

module Async
VERSION = "2.16.1"
VERSION = "2.17.0"
end
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo

Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.

### v2.17.0

### v2.16.0

- [Better Handling of Async and Sync in Nested Fibers](https://socketry.github.io/async/releases/index#better-handling-of-async-and-sync-in-nested-fibers)
Expand Down
4 changes: 2 additions & 2 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Releases

## Unreleased
## v2.17.0

- Introduce `Async::Queue#push` and `Async::Queue#pop` for compatibility with `::Queue`.
- Introduce `Async::Queue#push` and `Async::Queue#pop` for compatibility with `::Queue`.

## v2.16.0

Expand Down

0 comments on commit 988ccec

Please sign in to comment.