Skip to content

Commit de0e4c1

Browse files
authored
Prepare for dartdoc-0.26.1 (#1867)
* Prepare for dartdoc-0.26.1 * Update PR number for flutter in Changelog * Update changelog with differences in plugin behavior
1 parent 62aad41 commit de0e4c1

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.26.1
2+
* Fix bug that accidentally caused dartdoc to create (and overwrite with)
3+
multiple snapshots in parallel for a single tool (#1861, #1862)
4+
* Refactor comment reference handling for performance and readability (#1863)
5+
* Simplify temp file creation and reduce the amount of filesystem churn
6+
for tools (#1865)
7+
* Reenable testing for flutter plugin doc generation (This requires
8+
a Flutter SDK with flutter/flutter#25243 to work with tools enabled).
9+
Flutter plugin doc generation now requires your flutter installation to have
10+
'flutter update-packages' run on it before it will work.
11+
112
## 0.26.0
213
* Remove crossdart support (#1856)
314
* Launch helper tools and construct PackageGraphs asynchronously (#1849)

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.26.0';
2+
const packageVersion = '0.26.1';

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.26.0
3+
version: 0.26.1
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

testing/test_package_docs/__404error.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/test_package_docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/test_package_docs_dev/__404error.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/test_package_docs_dev/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)