Skip to content

Commit

Permalink
[process_run] v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 9, 2024
1 parent 9069edb commit adff193
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/process_run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1

* Add `ShellLinesController.binaryStream` to allow processing binary data and allow using it for stdin.
*
## 1.2.0+3

* Export ShellBinCommand
Expand Down
2 changes: 1 addition & 1 deletion packages/process_run/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:pub_semver/pub_semver.dart';

/// Package version text
const packageVersionText = '1.2.0+2';
const packageVersionText = '1.2.1';

/// Package version
final packageVersion = Version.parse(packageVersionText);
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.2.0+3
version: 1.2.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

0 comments on commit adff193

Please sign in to comment.