Skip to content

Commit f8c0b83

Browse files
authored
Release 0.28.5 (#2011)
1 parent a93e4bb commit f8c0b83

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 0.28.5-dev
1+
## 0.28.5
22
* Support the latest version of `package:analyzer`.
33
* Fix hyperlinks to overriden methods (#1994).
4-
* Add an option to exclude version in footer info (#1982).
4+
* Option in dartdoc_options.yaml to exclude version in footer info (#1982).
55

66
## 0.28.4
77
* **Breaking change** Change the default for `allow-tools` command line flag to false.

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.5-dev/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.5/%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.5-dev';
2+
const packageVersion = '0.28.5';

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.5-dev
3+
version: 0.28.5
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)