Skip to content

Commit 26068bd

Browse files
committed
Update version and analysis_options.
BUG= [email protected] Review URL: https://codereview.chromium.org/1399193002 .
1 parent 3e154e3 commit 26068bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.analysis_options

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
analyzer:
22
exclude:
3+
- doc/api/**
4+
- node_modules/**
35
- tool/input_sdk/**
46
- tool/generated_sdk/**
57
- test/codegen/**

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# dev_compiler changelog
22

3-
## unreleased
4-
- todo:
3+
## 0.1.9
54

65
## 0.1.8
76
- added a `--version` command-line option

lib/devc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export 'src/server/server.dart' show DevServer;
1212
export 'strong_mode.dart' show StrongModeOptions;
1313

1414
// When updating this version, also update the version in the pubspec.
15-
const devCompilerVersion = '0.1.8';
15+
const devCompilerVersion = '0.1.9';

0 commit comments

Comments
 (0)