Skip to content

Commit 74a51f8

Browse files
committed
prep 0.3.0 release
1 parent 6447d20 commit 74a51f8

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.3.0
2+
* new: left nav now animates in on mobile
3+
* new: white list certain libraries from the command line
4+
* fix: syntax highlighting of inline code
5+
* fix: exceptions and errors are not includes in the list of classes
6+
17
## 0.2.2
28
* new: show the source code for methods, functions, and constructors
39
* fix: fixed an npe when generating docs for projects without readmes

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.2';
33+
const String version = '0.3.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,6 +1,6 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.2.2
3+
version: 0.3.0
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)