diff --git a/CHANGELOG.md b/CHANGELOG.md index e656975469..21bcdd4b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.21.0-dev.0 +## 0.21.0 * Expand categories to all top level items as well as libraries. (#1681, #1353) * The categoryOrder option in dartdoc_options.yaml and the command line is replaced with a more generic "categories" option. See README.md. diff --git a/lib/src/version.dart b/lib/src/version.dart index 43e65405cd..89785059fd 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.21.0-dev.0'; +const packageVersion = '0.21.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 1a279a7f19..4de7541ed9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.21.0-dev.0 +version: 0.21.0 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 938d312a29..229932bbcc 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 e41af2075d..3e09a7e6d4 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 938d312a29..229932bbcc 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 e41af2075d..3e09a7e6d4 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