diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b87e0ae3..81c7d90b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.28.7 +* Remove obsolete references to Element.type and ElementHandle (#2028, #2031). +* Fix problem with return values for typedefs with analyzer 0.38.5 (#2036). + ## 0.28.6 * Support for 0.38.3 version of `package:analyzer`. * Support generating docs for extension methods (#2001). diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index f3446173cb..a174fde930 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.6/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.7/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index cf8e3fe80e..8521c70699 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.28.6'; +const packageVersion = '0.28.7'; diff --git a/pubspec.yaml b/pubspec.yaml index 3487b35ac1..ff565f8376 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.28.6 +version: 0.28.7 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc