Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 15, 2024
1 parent 1867c45 commit 6dcaba7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/io/event/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
class IO
# @namespace
module Event
VERSION = "1.7.4"
VERSION = "1.7.5"
end
end
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ The initial proof-of-concept [Async](https://github.com/socketry/async) was buil

## Usage

Please see the [project documentation](https://socketry.github.io/io-event/).
Please see the [project documentation](https://socketry.github.io/io-event/) for more details.

- [Getting Started](https://socketry.github.io/io-event/guides/getting-started/index) - This guide explains how to use `io-event` for non-blocking IO.

## Releases

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

### v1.7.5

- Fix `process_wait` race condition on EPoll that could cause a hang.

## Contributing

We welcome contributions to this project.
Expand Down
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Releases

## Unreleased
## v1.7.5

- Fix `process_wait` race condition on EPoll that could cause a hang.

0 comments on commit 6dcaba7

Please sign in to comment.