Merge pull request #19 from jakemac53/allow-2.12
Allow 2.12 prerelease Dart sdks
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1dd1bde..54f02be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log for `process_runner`
+## 4.0.0-nullsafety.4
+
+* Expand the sdk constraint to `<2.12.0`.
+
## 4.0.0-nullsafety.3
* Rebase onto non-nullsafety version 3.1.1 to pick up those changes.
diff --git a/pubspec.yaml b/pubspec.yaml
index dcf2682..4357946 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@
# found in the LICENSE file.
name: process_runner
-version: 4.0.0-nullsafety.3
+version: 4.0.0-nullsafety.4
description: A process invocation astraction for Dart that manages a multiprocess queue.
homepage: https://github.com/google/process_runner
@@ -19,4 +19,4 @@
test: ^1.16.0-nullsafety.1
environment:
- sdk: '>=2.10.0-4.0.dev <2.11.0'
+ sdk: '>=2.10.0-4.0.dev <2.12.0'