We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69cfa8 commit 3825f91Copy full SHA for 3825f91
3 files changed
Changes
@@ -2,6 +2,8 @@
2
Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
3
4
{{$NEXT}}
5
+ - Fix changelog
6
+
7
1.0.0 2025-03-17 12:20:20Z
8
- Various test fixes
9
- Fix race condition in `is_running` when `kill_whole_group` is set
META.json
@@ -83,7 +83,7 @@
83
"web" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess"
84
}
85
},
86
- "version" : "1.0.0",
+ "version" : "1.0.1",
87
"x_contributors" : [
88
"Adam Williamson <awilliam@redhat.com>",
89
"Clemens Famulla-Conrad <cfamullaconrad@suse.de>",
lib/Mojo/IOLoop/ReadWriteProcess.pm
@@ -1,6 +1,6 @@
1
package Mojo::IOLoop::ReadWriteProcess;
-our $VERSION = '1.0.0';
+our $VERSION = '1.0.1';
use Mojo::Base 'Mojo::EventEmitter';
use Mojo::File 'path';
0 commit comments