Skip to content

Commit

Permalink
Merge pull request #376 from dart-lang/rev_ddc
Browse files Browse the repository at this point in the history
0.1.10
  • Loading branch information
John Messerly committed Oct 29, 2015
2 parents 7add882 + 097a023 commit eb2c584
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pkg/dev_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# dev_compiler changelog

## unreleased
## 0.1.10
- added an `--html-report` option to create a file summarizing compilation
issues
- added a `-f` alias to the `--force-compile` command line option
- removed many info level messages that were informational to the DDC team

## 0.1.9

Expand Down
2 changes: 1 addition & 1 deletion pkg/dev_compiler/lib/devc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export 'src/compiler.dart' show BatchCompiler, setupLogger, createErrorReporter;
export 'src/server/server.dart' show DevServer;

// When updating this version, also update the version in the pubspec.
const devCompilerVersion = '0.1.9';
const devCompilerVersion = '0.1.10';
4 changes: 2 additions & 2 deletions pkg/dev_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dev_compiler
# When updating this version, also update the version in lib/devc.dart.
version: 0.1.9
version: 0.1.10
description: >
Experimental Dart to JavaScript compiler designed to create idiomatic,
readable JavaScript output.
Expand Down Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
test: ^0.12.0

environment:
sdk: ">=1.12.0-dev.1.1 <2.0.0"
sdk: ">=1.12.0 <2.0.0"

executables:
# Similar to "analyzer.dart" and its command line "dartanalyzer" we use
Expand Down

0 comments on commit eb2c584

Please sign in to comment.