Skip to content

Commit

Permalink
Publish 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Jun 20, 2016
1 parent 36432c6 commit b1ea0b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.6
* [bug] fix enum indexes (#1176).
* [enhancement] added support for crossdart. If there is a `crossdart.json`
file in the input dir (which can be generated by Crossdart), it will use that
file to add links to `crossdart.info` in the source code block.

## 0.9.5
* [enhancement] support for `@example` tag to inject sample code into comments.
eg. `{@example core/ts/bootstrap/bootstrap.dart region='bootstrap'}`, where
Expand Down
3 changes: 3 additions & 0 deletions codereview.settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CODE_REVIEW_SERVER: https://codereview.chromium.org/
VIEW_VC: https://github.com/dart-lang/dartdoc/commit/
CC_LIST: [email protected]
2 changes: 1 addition & 1 deletion lib/dartdoc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export 'src/package_meta.dart';

const String name = 'dartdoc';
// Update when pubspec version changes.
const String version = '0.9.5';
const String version = '0.9.6';

final String defaultOutDir = p.join('doc', 'api');

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Also update the `version` field in lib/dartdoc.dart.
version: 0.9.5
version: 0.9.6
author: Dart Team <[email protected]>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand Down

0 comments on commit b1ea0b2

Please sign in to comment.