Skip to content

Commit 4408000

Browse files
authored
Prepare for version 0.26.0 (#1859)
1 parent bf3c487 commit 4408000

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.26.0
2+
* Remove crossdart support (#1856)
3+
* Launch helper tools and construct PackageGraphs asynchronously (#1849)
4+
* Refactor Dartdoc to avoid use of analyzer's computeNode, and prevent it from holding
5+
on to fully resolved ASTs from analyzer (#1851, #1857, #1858)
6+
* Dartdoc no longer attempts to report analysis errors but assumes they will be non-fatal
7+
and carries on (#1845)
8+
* Add command line flag to allow disabling tools (#1853)
9+
110
## 0.25.0
211
* Fix crash if a code reference ambiguously referred to a parameter of
312
an optional function parameter (#1835, #1841)

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.25.0';
2+
const packageVersion = '0.26.0';

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.25.0
3+
version: 0.26.0
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)