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

stable null safety release #56

Merged
merged 1 commit into from
Feb 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

- Stable null safety release.

## 0.3.0-nullsafety.0

- Updated to support 2.12.0 and null safety.
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'

dependencies:
meta: ^1.3.0-nullsafety
path: ^1.8.0-nullsafety
meta: ^1.3.0
path: ^1.8.0

dev_dependencies:
pedantic: ^1.10.0-nullsafety
test: ^1.16.0-nullsafety
pedantic: ^1.10.0
test: ^1.16.0