We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209c5d8 commit 94a8082Copy full SHA for 94a8082
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.1+6
2
+
3
+* Support the latest version of `pkg/build`.
4
5
## 0.5.1+5
6
7
* Remove "experimental" comment in `README.md`.
pubspec.yaml
@@ -1,13 +1,13 @@
name: source_gen
-version: 0.5.1+5
+version: 0.5.1+6
author: Dart Team <[email protected]>
description: Automatic sourcecode generation for Dart
homepage: https://github.com/dart-lang/source_gen
environment:
sdk: '>=1.12.0 <2.0.0'
8
dependencies:
9
analyzer: '>=0.28.0 <0.30.0'
10
- build: '>=0.2.1 <0.5.0'
+ build: '>=0.2.1 <0.6.0'
11
cli_util: ^0.0.1
12
dart_style: '>=0.1.7 <0.3.0'
13
path: ^1.3.2
0 commit comments