Skip to content

Commit

Permalink
Bump to 8.0.7 (#3714)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Mar 11, 2024
1 parent ef990e7 commit 0563a6e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## 8.0.7-wip
## 8.0.7

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

## 8.0.6

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/v8.0.7-wip/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.7/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '8.0.7-wip';
const packageVersion = '8.0.7';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dartdoc
version: 8.0.7-wip
version: 8.0.7
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc

Expand Down

0 comments on commit 0563a6e

Please sign in to comment.