Skip to content

Commit 466bf4f

Browse files
authored
Support package:build 0.8.x (#141)
There are no breaking changes as far as source_gen is concerned - Bump versions of build_test and build_runner - Stop testing on SDKs older than 1.21 since they are not compatible with build 0.8.0
1 parent 0496cf6 commit 466bf4f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ dart:
55
- stable
66
- 1.22.1
77
- 1.21.1
8-
- 1.20.1
9-
- 1.19.1
108
cache:
119
directories:
1210
- $HOME/.pub-cache

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.4+4
2+
3+
* Support package:build 0.8.x
4+
15
## 0.5.4+3
26

37
* Support the latest release of `pkg/dart_style`.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: source_gen
2-
version: 0.5.4+3
2+
version: 0.5.4+4
33
author: Dart Team <[email protected]>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen
66
environment:
77
sdk: '>=1.12.0 <2.0.0'
88
dependencies:
99
analyzer: ^0.29.2
10-
build: ^0.7.1
10+
build: '>=0.7.1 <0.9.0'
1111
dart_style: '>=0.1.7 <2.0.0'
1212
path: ^1.3.2
1313
dev_dependencies:
14-
build_runner: ^0.3.0
15-
build_test: ^0.4.0
14+
build_runner: ^0.3.1+1
15+
build_test: ^0.5.1
1616
cli_util: ^0.0.1
1717
collection: ^1.1.2
1818
mockito: '>=0.11.0 <3.0.0'

0 commit comments

Comments
 (0)