diff --git a/CHANGELOG.md b/CHANGELOG.md index cc428ec9e0..bb795ccf58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 + +* Fix several issues with new type hierarchy. (#2714, #2721) +* Allow code in "diff" language to be syntax highlighted. (#2718) + ## 1.0.0 * BREAKING CHANGE: Enable the enhanced lookups by default. Some formerly invalid doc references will no longer be diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index ad69099e47..d0c39a254c 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.1/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 526cd53d4d..92a0d667e6 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.0'; +const packageVersion = '1.0.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 011dc87032..2ad0a11c57 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 1.0.0 +version: 1.0.1 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: