Skip to content

Commit 23c6f58

Browse files
committed
prep release for 0.2.0
1 parent 65b3527 commit 23c6f58

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.0
2+
3+
* fix: inconsistent heights in masthead
4+
* new: alphabetize lists of names
5+
* fix: fields w/ getters and setters were not displaying docs
6+
17
## 0.1.0+5
28

39
* show peers in left navigation bar

lib/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export 'src/package_meta.dart';
3030

3131
const String name = 'dartdoc';
3232
// Update when pubspec version changes.
33-
const String version = '0.1.0+5';
33+
const String version = '0.2.0';
3434

3535
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
3636

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 0.1.0+5
2+
version: 0.2.0
33
author: Dart Team <[email protected]>
44
description: A documentation generator for Dart.
55
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)