Skip to content

Commit 8b9fd8d

Browse files
committed
Prepare release of 1.0.1
1 parent c69cfa8 commit 8b9fd8d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
33

44
{{$NEXT}}
5+
- README: Update POD using minilla
6+
- Try to prevent warnings about Formatter
7+
- Update Build.PL and META.json with minilla 3.1.25
8+
- Remove obsolete dependency on TAP::Formatter::Color
9+
- Fix changelog
10+
511
1.0.0 2025-03-17 12:20:20Z
612
- Various test fixes
713
- Fix race condition in `is_running` when `kill_whole_group` is set

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"web" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess"
8484
}
8585
},
86-
"version" : "1.0.0",
86+
"version" : "1.0.1",
8787
"x_contributors" : [
8888
"Adam Williamson <awilliam@redhat.com>",
8989
"Clemens Famulla-Conrad <cfamullaconrad@suse.de>",

lib/Mojo/IOLoop/ReadWriteProcess.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Mojo::IOLoop::ReadWriteProcess;
22

3-
our $VERSION = '1.0.0';
3+
our $VERSION = '1.0.1';
44

55
use Mojo::Base 'Mojo::EventEmitter';
66
use Mojo::File 'path';

0 commit comments

Comments
 (0)