From 2be76720fcdcbadcc5a4123a6a43cf6df3bc2ed8 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Wed, 9 Aug 2023 08:56:17 -0700 Subject: [PATCH] Bump min SDK version to non-prerelease version (#79) * Bump min SDK version to non-prerelease version * Bumped to nearest non-prerelease version, updated CHANGELOG.md --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1c0b4..57232d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Remove the `covariant` keyword from `stderrEncoding` and `stdoutEncoding` parameters. * Update dependencies to work on Dart 3. +* Bumped min SDK dependency to nearest non-prerelease version (2.14.0) #### 4.2.4 diff --git a/pubspec.yaml b/pubspec.yaml index 64af7e7..1feed65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: A pluggable, mockable process invocation abstraction for Dart. homepage: https://github.com/google/process.dart environment: - sdk: '>=2.14.0-0 <4.0.0' + sdk: '>=2.14.0 <4.0.0' dependencies: file: '>=6.0.0 <8.0.0'