diff --git a/CHANGELOG.md b/CHANGELOG.md index f04c005bf7..9457393249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.30.2 +* Fix the broken search box with --use-base-href in Flutter (#2158). +* More internal changes preparing for markdown output + (#2145, #2150, #2151, #2153). + ## 0.30.1 * A more complete fix for the broken search box. (#2125, #2124) * Fix the "--rel-canonical-prefix" flag post `base href`. (#2126, #2122) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 1e000af915..38c8675969 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.1/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.2/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index e82d67722a..1ecf81a81e 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.30.1'; +const packageVersion = '0.30.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 05d5ac0612..20b97f93fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.30.1 +version: 0.30.2 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: