diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da708f86e..f04c005bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 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) +* Tool change: `grind serve-pub-package` can now serve packages depending + on flutter for debugging purposes (#2130) +* More internal changes preparing for markdown output (#2138, #2140, #2132, + #2121, #2115) +* Fix a crash when using --no-generate-docs (#2139) + ## 0.30.0+1 * Fix a broken search box on pages in subdirectories (#2117, #2118) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 5bdf9eb45e..1e000af915 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.0+1/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.1/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 7f46e7b94d..e82d67722a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.30.0+1'; +const packageVersion = '0.30.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 2a1d64f05a..05d5ac0612 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.30.0+1 +version: 0.30.1 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: