Skip to content

Commit

Permalink
bump to 0.6.2
Browse files Browse the repository at this point in the history
Closes #879

Squashed commit of the following:

commit 3888d2e
Author: Seth Ladd <sethladd@google.com>
Date:   Fri Aug 28 14:07:31 2015 -0700

    bump to 0.6.2
  • Loading branch information
sethladd committed Aug 28, 2015
1 parent a446a13 commit d0182b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.2
* Instructions on contributing moved to CONTRIBUTOR.md
* Fixed bug with doc comment with name in both current and imported
library might be incorrectly linked
* Now linking to detail pages for inherited methods, operators, properties
* Strike-through deprecated names more often (e.g. on the sidebar)

## 0.6.1
* Removed the `--package-root` option. Dartdoc now uses the `--input` flag as
the place to start looking for an analysis root. This better supports the
Expand Down
2 changes: 1 addition & 1 deletion lib/dartdoc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export 'src/package_meta.dart';

const String name = 'dartdoc';
// Update when pubspec version changes.
const String version = '0.6.1';
const String version = '0.6.2';

final String defaultOutDir = 'doc${Platform.pathSeparator}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.6.1
version: 0.6.2
author: Dart Team <misc@dartlang.org>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand Down

0 comments on commit d0182b7

Please sign in to comment.