Skip to content

Commit

Permalink
Support analyzer 0.28.x
Browse files Browse the repository at this point in the history
  • Loading branch information
scheglov committed Sep 12, 2016
1 parent 4b6242c commit 4868681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.4.1
- Support analyzer 0.28.x

## 0.4.0
- **BREAKING** BuilderTransformer must be constructed with a List<Builder>
rather than inherit and override.
Expand All @@ -14,7 +17,7 @@
fixes [#109](https://github.com/dart-lang/build/issues/109).

## 0.3.0+5
- Fix duplicate logs issue when running as a BuilderTransformer.
- Fix duplicate logs issue when running as a BuilderTransformer.

- Support `crypto` 2.0.0.

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: build
version: 0.4.0
version: 0.4.1
description: A build system for Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=1.9.1 <2.0.0'

dependencies:
analyzer: ^0.27.1
analyzer: ">=0.27.1 <0.29.0"
barback: ^0.15.0
code_transformers: ^0.4.1
crypto: ">=0.9.2 <3.0.0"
Expand Down

0 comments on commit 4868681

Please sign in to comment.