Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit fd1b716

Browse files
authored
stable null safety release (#56)
1 parent a1814a5 commit fd1b716

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
3+
- Stable null safety release.
4+
15
## 0.3.0-nullsafety.0
26

37
- Updated to support 2.12.0 and null safety.

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: cli_util
2-
version: 0.3.0-nullsafety.0
2+
version: 0.3.0
33
description: A library to help in building Dart command-line apps.
44
homepage: https://github.com/dart-lang/cli_util
55

66
environment:
77
sdk: '>=2.12.0-0 <3.0.0'
88

99
dependencies:
10-
meta: ^1.3.0-nullsafety
11-
path: ^1.8.0-nullsafety
10+
meta: ^1.3.0
11+
path: ^1.8.0
1212

1313
dev_dependencies:
14-
pedantic: ^1.10.0-nullsafety
15-
test: ^1.16.0-nullsafety
14+
pedantic: ^1.10.0
15+
test: ^1.16.0

0 commit comments

Comments
 (0)