Skip to content

Commit 8f83cff

Browse files
authored
Merge pull request #1184 from dart-lang/rev_dartdoc
rev dartdoc to 0.9.6+1
2 parents 7bdd524 + d992559 commit 8f83cff

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.9.6+1
2+
* [health] remove an unneeded package dependency
3+
14
## 0.9.6
25
* [bug] fix enum indexes (#1176).
36
* [enhancement] added support for crossdart. If there is a `crossdart.json`
@@ -6,7 +9,7 @@
69

710
## 0.9.5
811
* [enhancement] support for `@example` tag to inject sample code into comments.
9-
eg. `{@example core/ts/bootstrap/bootstrap.dart region='bootstrap'}`, where
12+
eg. `{@example core/ts/bootstrap/bootstrap.dart region='bootstrap'}`, where
1013
path is path to source in the package examples directory, and region is
1114
specified by `#docregion` and `#enddocregion` in the file.
1215
* [enhancement] do not document if there is a `@nodoc` in the doc comment.
@@ -43,7 +46,7 @@
4346
## 0.9.0
4447
* **BREAKING** works with Dart SDK 1.14.0 and above
4548
* [health] use package resource
46-
* [enhancement] add support for packages with `_embedder.yaml`
49+
* [enhancement] add support for packages with `_embedder.yaml`
4750
* [bug] fix generating docs when input == '.'
4851
* [bug] modify showing constants so that there is no double `const` shown in
4952
value.

lib/dartdoc.dart

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

4040
const String name = 'dartdoc';
4141
// Update when pubspec version changes.
42-
const String version = '0.9.6';
42+
const String version = '0.9.6+1';
4343

4444
final String defaultOutDir = p.join('doc', 'api');
4545

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.9.6
3+
version: 0.9.6+1
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)