From b0e8c3dc322a1c500f246409518620c88d015f1d Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Fri, 8 Nov 2019 11:47:14 -0800 Subject: [PATCH] Prepare for version 0.29.1 (#2066) --- CHANGELOG.md | 4 ++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c308e32bdf..756306f33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.29.1 +* Fix edge cases on extension discovery (#2062) +* Make sure that enum documentation contains unique IDs for animations (#2060) + ## 0.29.0 * Internal change to our use of FunctionTypeAliasElement for the analyzer (#2051). diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 92694ef225..271830ff08 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.29.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.1/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index f734e0ac3a..bb2fac469c 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.29.0'; +const packageVersion = '0.29.1'; diff --git a/pubspec.yaml b/pubspec.yaml index b3f85cd519..acc9a9c41a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.29.0 +version: 0.29.1 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc