Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Prepare to publish stable null safety #153

Merged
merged 2 commits into from
Feb 2, 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 @@
## 2.5.0

* Stable release for null safety.

## 2.5.0-nullsafety.3

* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: async
version: 2.5.0-nullsafety.3
version: 2.5.0

description: Utility functions and classes related to the 'dart:async' library.
homepage: https://www.github.com/dart-lang/async
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
collection: '>=1.15.0-nullsafety <1.15.0'
collection: ^1.15.0

dev_dependencies:
fake_async: ^1.2.0-nullsafety
Expand Down