Skip to content

Commit

Permalink
Bump to 8.0.9 (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored May 14, 2024
1 parent 2e706be commit dff86ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 8.0.9

* Deprecate the `missingCodeBlockLanguage` warning. This is replaced with the
`missing_code_block_language_in_doc_comment` lint rule. (#3743)
* Properly sort unnamed libraries. (#3746)
* Correctly link comment references for types specified in a function's return
type's type arguments. (#3768).
* Require `analyzer: ^6.5.0`. (#3763)

## 8.0.8

* More support for documenting a package with macro applications. (#3712)
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.8/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.9/%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.8';
const packageVersion = '8.0.9';
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.8
version: 8.0.9
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc

Expand Down

0 comments on commit dff86ed

Please sign in to comment.