diff --git a/CHANGELOG.md b/CHANGELOG.md index 046d2cc937..b7f69d81ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.17.1 +* Fix rendering of bold markdown (#1618) +* Internal cleanups and refactors (#1626, #1624, #1622) +* Support void as a type parameter (#1625) + ## 0.17.0 * More correctly deal with indentation inside documentation comments, fixing a set of minor markdown problems relating to indentation (like list diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart index 635ffa292a..4edf2af94b 100644 --- a/lib/dartdoc.dart +++ b/lib/dartdoc.dart @@ -36,7 +36,7 @@ export 'src/sdk.dart'; const String name = 'dartdoc'; // Update when pubspec version changes. -const String version = '0.17.0'; +const String version = '0.17.1'; final String defaultOutDir = path.join('doc', 'api'); diff --git a/pubspec.yaml b/pubspec.yaml index 4257ceb6c7..87d2fe5097 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 0.17.0 +version: 0.17.1 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 6349cdc872..d82b5f5504 100644 --- a/testing/test_package_docs/index.html +++ b/testing/test_package_docs/index.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs