Skip to content

Commit 1878775

Browse files
committed
Bump patch version.
1 parent 0de17dc commit 1878775

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/io/event/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
class IO
88
# @namespace
99
module Event
10-
VERSION = "1.14.2"
10+
VERSION = "1.14.3"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Please see the [project documentation](https://socketry.github.io/io-event/) for
1818

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

21+
### v1.14.3
22+
23+
- Fix several implementation bugs that could cause deadlocks on blocking writes.
24+
2125
### v1.14.0
2226

2327
- [Enhanced `IO::Event::PriorityHeap` with deletion and bulk insertion methods](https://socketry.github.io/io-event/releases/index#enhanced-io::event::priorityheap-with-deletion-and-bulk-insertion-methods)

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v1.14.3
44

55
- Fix several implementation bugs that could cause deadlocks on blocking writes.
66

0 commit comments

Comments
 (0)