Skip to content

Commit 2cdb4e0

Browse files
committed
Prepare for v0.13.0+2
1 parent 154632c commit 2cdb4e0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.13.0+2
2+
* Allow null annotation elements (#1491)
3+
14
## 0.13.0+1
25
* Remove unnecessary dependency on meta.
36
* Drop --force from pub publish arguments to avoid publishing more broken

lib/dartdoc.dart

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

4747
const String name = 'dartdoc';
4848
// Update when pubspec version changes.
49-
const String version = '0.13.0+1';
49+
const String version = '0.13.0+2';
5050

5151
final String defaultOutDir = path.join('doc', 'api');
5252

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.13.0+1
3+
version: 0.13.0+2
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)