Skip to content

Commit bc23932

Browse files
authored
Merge pull request flutter#4 from davidmorgan/release-1-1-0
Release 1.1.0.
2 parents 9316128 + a48fe82 commit bc23932

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.0
2+
3+
- Moved `analsys_options.yaml` under `lib` so you can import it directly from
4+
your own `analysis_options.yaml`. See `README.md` for example.
5+
16
## 1.0.0
27

38
- Describe Dart static analysis use at Google in `README.md`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pedantic
2-
version: 1.0.0
2+
version: 1.1.0
33
description: How to get the most value from Dart static analysis.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/pedantic

0 commit comments

Comments
 (0)