Skip to content

Commit

Permalink
allow build version 0.12.0 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Jan 18, 2018
1 parent 696d570 commit 5496758
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: dart
sudo: false
# Unpin SDK after https://github.com/dart-lang/sdk/issues/31940
dart:
- dev
- "dev/release/2.0.0-dev.17.0"
- stable
- 1.22.1
dart_task:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.4-dev
## 0.7.4

* Added `typeNameOf`, which is a safe way to get the name of a `DartType`,
even when the type is a `FunctionType`, which has a `null` name in newer
Expand All @@ -8,6 +8,8 @@
`export` path necessary to reach the provided URL from the current library.
Also added `pathToAsset` and `pathToElement` as convenience functions.

* Expanded `package:build` support to allow version `0.12.0`.

## 0.7.3

* Allow null and empty outputs form `GeneratorForAnnotation`.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: source_gen
version: 0.7.3
version: 0.7.4
author: Dart Team <[email protected]>
description: Automated source code generation for Dart.
homepage: https://github.com/dart-lang/source_gen
environment:
sdk: '>=1.22.1 <2.0.0'
dependencies:
analyzer: '>=0.29.10 <0.31.0'
build: '>=0.10.0 <0.12.0'
build: '>=0.10.0 <0.13.0'
dart_style: '>=0.1.7 <2.0.0'
meta: ^1.1.0
path: ^1.3.2
source_span: ^1.4.0
dev_dependencies:
build_test: ^0.9.0
build_test: ">0.9.0 <0.11.0"
collection: ^1.1.2
cli_util: '>=0.1.0 <0.2.0'
logging: ^0.11.3
Expand Down

0 comments on commit 5496758

Please sign in to comment.