diff --git a/CHANGELOG.md b/CHANGELOG.md index 04330ec75e..4fb8d3a667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## 0.9.9 +* resolve non-imported symbols in comments (#1153) - thanks @astashov! +* support `@example` insertion of .md file fragments (#1105) - thanks @chalin! +* go to the first suggestion in the search field on enter (#1149) +* rank parent class method higher than its overrides in search suggestions (#896) +* fix double props when inherited from parameterized class (#1228) +* add showing docs of overridden accessors (#1266) + ## 0.9.8+1 -* change the `--include-external` flag to help disambiguate files to - include (#1236) +* change the `--include-external` flag to help disambiguate files to include (#1236) ## 0.9.8 * support for generic methods. diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart index 91152f68d1..e8c92c8684 100644 --- a/lib/dartdoc.dart +++ b/lib/dartdoc.dart @@ -40,7 +40,7 @@ export 'src/package_meta.dart'; const String name = 'dartdoc'; // Update when pubspec version changes. -const String version = '0.9.8+1'; +const String version = '0.9.9'; final String defaultOutDir = path.join('doc', 'api'); diff --git a/pubspec.yaml b/pubspec.yaml index bb83eb9ee7..00cbc1ba1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.9.8+1 +version: 0.9.9 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html index 74811e88b4..04cdc176b9 100644 --- a/testing/test_package_docs/index.html +++ b/testing/test_package_docs/index.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs