diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2cc2d7d0..c308e32bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.29.0 +* Internal change to our use of FunctionTypeAliasElement for the analyzer + (#2051). +* Analyzer version to 0.29+ (#2049). +* Refactor element discovery and fix extension discovery to work with imports + (#2050). +* Bugfix for corrupt location reporting in many cases (#2043). +* Add a list of extensions to applicable class pages (#2053). + ## 0.28.8 * Use analyzer line number library, fixing crash on empty file (#2034, #1938). * Fix crash on resolving comment references inside extension methods (#2040, #2033). diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 0078b95f26..92694ef225 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.28.8/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.0/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index c9b53e6cb4..f734e0ac3a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.28.8'; +const packageVersion = '0.29.0'; diff --git a/pubspec.yaml b/pubspec.yaml index bc50ce3717..b3f85cd519 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.28.8 +version: 0.29.0 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc