Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Update for stable null safety (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Feb 3, 2021
1 parent 740e821 commit 56ece43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 4.0.0

* First stable null safe release.

#### 4.0.0-nullsafety.4

* Update supported SDK range.

#### 4.0.0-nullsafety.3

* Update supported SDK range.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: process
version: 4.0.0-nullsafety.4
version: 4.0.0
description: A pluggable, mockable process invocation abstraction for Dart.
homepage: https://github.com/google/process.dart

environment:
sdk: '>=2.12.0-0 <3.0.0'

dependencies:
file: '^6.0.0-nullsafety.4'
path: ^1.8.0-nullsafety.3
platform: '^3.0.0-nullsafety.4'
file: '^6.0.0'
path: ^1.8.0
platform: '^3.0.0'

dev_dependencies:
test: ^1.16.0-nullsafety.8

0 comments on commit 56ece43

Please sign in to comment.