diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb523eb4..14fdd72ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.1.1 + +* Internal code and dependency constraint cleanup. + +# 0.1.0 + +* Initial stable release. + # 0.0.2+1 * Added machine output option. Fix #69. diff --git a/pubspec.yaml b/pubspec.yaml index a500f28a4..3cc890767 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 0.1.0 +version: 0.1.1 author: Dart Team description: Style linter for Dart. homepage: https://github.com/dart-lang/linter