Skip to content

Commit

Permalink
Merge pull request flutter#70 from dart-lang/2-11-sdks
Browse files Browse the repository at this point in the history
Prepare for the 2.11 dev SDKs
  • Loading branch information
natebosch authored Sep 22, 2020
2 parents 24b38df + 8fdede9 commit d04b8b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.10.0-nullsafety.1

- Allow 2.10 stable and 2.11.0 dev SDK versions.

## 1.10.0-nullsafety

- Migrate to null safety.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: pedantic
version: 1.10.0-nullsafety
version: 1.10.0-nullsafety.1
description: >-
The Dart analyzer settings and best practices used internally at Google.
homepage: https://github.com/dart-lang/pedantic

environment:
# This must remain a tight constraint until nnbd is stable
sdk: '>=2.10.0-0 <2.10.0'
sdk: '>=2.10.0-0 <2.11.0'

0 comments on commit d04b8b6

Please sign in to comment.