Skip to content

Commit 1bc2829

Browse files
committed
Require at least Dart 2.0.0-dev.16.0
1 parent 0309b8e commit 1bc2829

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@ language: dart
22

33
dart:
44
- dev
5-
- stable
6-
- 1.22.1
5+
# Flutter Alpha @ v0.0.21
6+
- 2.0.0-dev.16.0
77
dart_task:
88
- test
99
- dartfmt
1010
- dartanalyzer
11-
matrix:
12-
exclude:
13-
- dart: 1.22.1
14-
dart_task: dartfmt
15-
- dart: 1.22.1
16-
dart_task: dartanalyzer
1711

1812
# Only building master means that we don't run two builds for each pull request.
1913
branches:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.5
2+
3+
* Require at least Dart `2.0.0-dev.16.0`.
4+
15
## 0.7.4+3
26

37
* Support the latest `analyzer` package.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: source_gen
2-
version: 0.7.4+3
2+
version: 0.7.5-dev
33
author: Dart Team <misc@dartlang.org>
44
description: Automated source code generation for Dart.
55
homepage: https://github.com/dart-lang/source_gen
66
environment:
7-
sdk: '>=1.22.1 <2.0.0'
7+
sdk: '>=2.0.0-dev.16.0 <2.0.0'
88
dependencies:
99
analyzer: '>=0.29.10 <0.32.0'
1010
build: '>=0.10.0 <0.13.0'

0 commit comments

Comments
 (0)