diff --git a/CHANGELOG.md b/CHANGELOG.md index bb795ccf58..a9a32e1a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.2 + +* Fix where extensions header in library sidebar linked to the + wrong place. (#2717) +* Fix concurrency issues in tool execution and parallelize + optimally for the number of cores in the system. (#2730) +* Display message if tool snapshotting fails. (#2731) + ## 1.0.1 * Fix several issues with new type hierarchy. (#2714, #2721) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index d0c39a254c..1f6e65ac2c 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.1/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.2/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 92a0d667e6..b0e99a53ed 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.1'; +const packageVersion = '1.0.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 2ad0a11c57..5fee435f28 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 1.0.1 +version: 1.0.2 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: