Skip to content

Commit 600c5ce

Browse files
committed
Prepare for dartdoc 0.29.0
1 parent 9528968 commit 600c5ce

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.29.0
2+
* Internal change to use of FunctionTypeAliasElement (#2051).
3+
* Analyzer version to 0.29+ (#2049).
4+
* Refactor element discovery and fix extension discovery to work with imports
5+
(#2050).
6+
* Bugfix for corrupt location reporting in many cases (#2043).
7+
* Add a list of extensions to applicable class pages (#2053).
8+
19
## 0.28.8
210
* Use analyzer line number library, fixing crash on empty file (#2034, #1938).
311
* 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 <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)