File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+ * fix: documentation for fields was sometimes ` null `
3
+
1
4
## 0.2.0
2
5
3
6
* fix: inconsistent heights in masthead
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export 'src/package_meta.dart';
30
30
31
31
const String name = 'dartdoc' ;
32
32
// Update when pubspec version changes.
33
- const String version = '0.2.0 ' ;
33
+ const String version = '0.2.1 ' ;
34
34
35
35
final String defaultOutDir = 'doc${Platform .pathSeparator }api' ;
36
36
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 0.2.0
2
+ # Also update the `version` field in lib/dartdoc.dart.
3
+ version : 0.2.1
3
4
author :
Dart Team <[email protected] >
4
5
description : A documentation generator for Dart.
5
6
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments