Skip to content

Commit

Permalink
[process_run] v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Feb 21, 2024
1 parent d3c4947 commit 9200e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/process_run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.14.2

* add `noStdoutResult` and `noStderrResult` to `ShellOptions` and `runExecutableArguments` to avoid out of memory for
very long output

## 0.14.1+3

* add `runSync` and `runExecutableArgumentsSync` to global space and to `Shell`
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: 0.14.1+3
version: 0.14.2
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

0 comments on commit 9200e39

Please sign in to comment.