Skip to content

Commit

Permalink
[process_run] v1.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 29, 2024
1 parent 891dfcf commit 348f2b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/process_run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0
## 1.0.0+1

* add `ShellStdio` and `shellStdioLinesGrouper` to allow grouping stdout and stderr lines by zones.

Expand Down
2 changes: 1 addition & 1 deletion packages/process_run/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: process_run
version: 1.0.0
version: 1.0.0+1
description: Process run helpers for Linux/Win/Mac and which like feature for finding executables.
homepage: https://github.com/tekartik/process_run.dart/blob/master/packages/process_run

Expand Down
3 changes: 3 additions & 0 deletions packages/process_run/test/src/stdio_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@TestOn('vm')
library;

import 'package:process_run/src/stdio/stdio.dart';
import 'package:test/test.dart';

Expand Down

0 comments on commit 348f2b5

Please sign in to comment.