Skip to content

Commit eb2c584

Browse files
author
John Messerly
committed
Merge pull request #376 from dart-lang/rev_ddc
0.1.10
2 parents 7add882 + 097a023 commit eb2c584

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pkg/dev_compiler/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# dev_compiler changelog
22

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

89
## 0.1.9
910

pkg/dev_compiler/lib/devc.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export 'src/compiler.dart' show BatchCompiler, setupLogger, createErrorReporter;
1111
export 'src/server/server.dart' show DevServer;
1212

1313
// When updating this version, also update the version in the pubspec.
14-
const devCompilerVersion = '0.1.9';
14+
const devCompilerVersion = '0.1.10';

pkg/dev_compiler/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dev_compiler
22
# When updating this version, also update the version in lib/devc.dart.
3-
version: 0.1.9
3+
version: 0.1.10
44
description: >
55
Experimental Dart to JavaScript compiler designed to create idiomatic,
66
readable JavaScript output.
@@ -31,7 +31,7 @@ dev_dependencies:
3131
test: ^0.12.0
3232

3333
environment:
34-
sdk: ">=1.12.0-dev.1.1 <2.0.0"
34+
sdk: ">=1.12.0 <2.0.0"
3535

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

0 commit comments

Comments
 (0)