We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc99ef9 commit 3d25ebdCopy full SHA for 3d25ebd
pkgs/cli_util/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.0
2
+
3
+- Stable null safety release.
4
5
## 0.3.0-nullsafety.0
6
7
- Updated to support 2.12.0 and null safety.
pkgs/cli_util/pubspec.yaml
@@ -1,15 +1,15 @@
name: cli_util
-version: 0.3.0-nullsafety.0
+version: 0.3.0
description: A library to help in building Dart command-line apps.
homepage: https://github.com/dart-lang/cli_util
environment:
sdk: '>=2.12.0-0 <3.0.0'
8
9
dependencies:
10
- meta: ^1.3.0-nullsafety
11
- path: ^1.8.0-nullsafety
+ meta: ^1.3.0
+ path: ^1.8.0
12
13
dev_dependencies:
14
- pedantic: ^1.10.0-nullsafety
15
- test: ^1.16.0-nullsafety
+ pedantic: ^1.10.0
+ test: ^1.16.0
0 commit comments