Skip to content

Commit

Permalink
Update CHANGELOG and version for 0.28.8 (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g authored Oct 14, 2019
1 parent fabd65a commit 065ab60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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).

## 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).
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.7/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.8/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.28.7';
const packageVersion = '0.28.8';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Run `grind build` after updating.
version: 0.28.7
version: 0.28.8
author: Dart Team <[email protected]>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand Down

0 comments on commit 065ab60

Please sign in to comment.