Skip to content

Commit 0d24e82

Browse files
committed
Merge pull request #706 from dart-lang/devoncarew_0.2.1
rev to 0.2.1
2 parents 61a9c41 + ecc95c1 commit 0d24e82

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.2.1
2+
* fix: documentation for fields was sometimes `null`
3+
14
## 0.2.0
25

36
* fix: inconsistent heights in masthead

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.2.0';
33+
const String version = '0.2.1';
3434

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

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: dartdoc
2-
version: 0.2.0
2+
# Also update the `version` field in lib/dartdoc.dart.
3+
version: 0.2.1
34
author: Dart Team <[email protected]>
45
description: A documentation generator for Dart.
56
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)