diff --git a/CHANGELOG.md b/CHANGELOG.md index 4786a8c396..bbdc5d39d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.26.1 +* Fix bug that accidentally caused dartdoc to create (and overwrite with) + multiple snapshots in parallel for a single tool (#1861, #1862) +* Refactor comment reference handling for performance and readability (#1863) +* Simplify temp file creation and reduce the amount of filesystem churn + for tools (#1865) +* Reenable testing for flutter plugin doc generation (This requires + a Flutter SDK with flutter/flutter#25243 to work with tools enabled). + Flutter plugin doc generation now requires your flutter installation to have + 'flutter update-packages' run on it before it will work. + ## 0.26.0 * Remove crossdart support (#1856) * Launch helper tools and construct PackageGraphs asynchronously (#1849) diff --git a/lib/src/version.dart b/lib/src/version.dart index c277d77702..10c81cc43c 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.26.0'; +const packageVersion = '0.26.1'; diff --git a/pubspec.yaml b/pubspec.yaml index a5e7482b67..54aa00467a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.26.0 +version: 0.26.1 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc diff --git a/testing/test_package_docs/__404error.html b/testing/test_package_docs/__404error.html index c7996eab49..7a4406a486 100644 --- a/testing/test_package_docs/__404error.html +++ b/testing/test_package_docs/__404error.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html index ef7233915e..6b6c3f6c8c 100644 --- a/testing/test_package_docs/index.html +++ b/testing/test_package_docs/index.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs diff --git a/testing/test_package_docs_dev/__404error.html b/testing/test_package_docs_dev/__404error.html index c7996eab49..7a4406a486 100644 --- a/testing/test_package_docs_dev/__404error.html +++ b/testing/test_package_docs_dev/__404error.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs diff --git a/testing/test_package_docs_dev/index.html b/testing/test_package_docs_dev/index.html index ef7233915e..6b6c3f6c8c 100644 --- a/testing/test_package_docs_dev/index.html +++ b/testing/test_package_docs_dev/index.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs