Skip to content

Commit 0563a6e

Browse files
authored
Bump to 8.0.7 (#3714)
1 parent ef990e7 commit 0563a6e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## 8.0.7-wip
1+
## 8.0.7
22

3+
* Generate documentation for static members of enums. (#3697)
4+
* Display an extension's extended type in a few places. (#3708)
5+
* Minimal support for documenting a package with macro applications. (#3687)
36
* Deprecate the `--nodoc` option. (#3690)
47
* Deprecate the `--resources-dir` option. (#3696)
8+
* Deprecate the `--include-externals` option. (#3694)
9+
* Remove the warning regarding unresolved exports; these are handled by the analyzer. (#3711)
510

611
## 8.0.6
712

dartdoc_options.yaml

+1-1
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/v8.0.7-wip/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.7/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.7-wip';
1+
const packageVersion = '8.0.7';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.0.7-wip
2+
version: 8.0.7
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

0 commit comments

Comments
 (0)