Skip to content

Commit bebdbc0

Browse files
authored
Prepare for dartdoc 0.29.0 (dart-lang#2054)
* Prepare for dartdoc 0.29.0 * Reword changelog
1 parent 75b3702 commit bebdbc0

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.29.0
2+
* Internal change to our use of FunctionTypeAliasElement for the analyzer
3+
(#2051).
4+
* Analyzer version to 0.29+ (#2049).
5+
* Refactor element discovery and fix extension discovery to work with imports
6+
(#2050).
7+
* Bugfix for corrupt location reporting in many cases (#2043).
8+
* Add a list of extensions to applicable class pages (#2053).
9+
110
## 0.28.8
211
* Use analyzer line number library, fixing crash on empty file (#2034, #1938).
312
* Fix crash on resolving comment references inside extension methods (#2040, #2033).

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.8/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.0/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.28.8';
2+
const packageVersion = '0.29.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.28.8
3+
version: 0.29.0
44
author: Dart Team <misc@dartlang.org>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)