Skip to content

Commit d6396b4

Browse files
committed
Prepare release of 0.35
1 parent 662e615 commit d6396b4

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

Changes

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

44
{{$NEXT}}
5+
0.35 2025-03-17 12:20:20Z
6+
- Fix sporadic failures in `t/01_run.t`
7+
- Debug test for stopping whole process group
8+
- Fix race condition in `is_running` when `kill_whole_group` is set
9+
- Apply tidy 20250105
10+
- Fix handling process groups when initial process is not running anymore
11+
- Use the correct formatter
12+
- Fix errors on Build.PL
13+
- Remove workaround for missing dependency on TAP::Harness::GithubActions
14+
- Update to codecov@v3
15+
- Add Minilla to the ci target
16+
- Update minil.toml to have the harness arguments enabled
17+
- Use github formatter for prove
18+
- Fix tests and rename workflow
19+
- Use reduced test matrix on MacOSX
20+
- Test on OSX and Linux with a reduced perl matrix
21+
- t: Add another check for /bin/true
22+
- Fix tidy also for OSX
23+
- Mention syntactic sugar to help when debugging
24+
- Enable support for MacOSX (darwin)
525

626
0.34 2023-09-18T15:47:18Z
727
- Adapt to deprecation of spurt in upstream Mojolicious

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"web" : "https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess"
7070
}
7171
},
72-
"version" : "0.34",
72+
"version" : "0.35",
7373
"x_contributors" : [
7474
"Adam Williamson <awilliam@redhat.com>",
7575
"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 = '0.34';
3+
our $VERSION = '0.35';
44

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

0 commit comments

Comments
 (0)