From 3b15fd9aee092ab4e2d1de10f517505cb33b387b Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Fri, 17 Jan 2025 22:15:41 +0000 Subject: [PATCH 1/2] dpx_0.2.1 --- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 0a9ef8e..acd386f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.2.0'; +const packageVersion = '0.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 5b5b0db..c3ddf94 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dpx -version: 0.2.0 +version: 0.2.1 description: Easily install and execute Dart package binaries with one command. repository: https://github.com/Workiva/dpx From e71097aff072c37a0e1817e793e9b236932c439a Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Fri, 17 Jan 2025 15:18:41 -0700 Subject: [PATCH 2/2] updated readme --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e724a7f..5a3fc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 + +- #30 Default `-y` when ran from a non-interactive terminal + ## 0.2.0 - #18 Disallow trailing options so that it's easier to pass args to the