Skip to content

Commit dff86ed

Browse files
authored
Bump to 8.0.9 (dart-lang#3770)
1 parent 2e706be commit dff86ed

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 8.0.9
2+
3+
* Deprecate the `missingCodeBlockLanguage` warning. This is replaced with the
4+
`missing_code_block_language_in_doc_comment` lint rule. (#3743)
5+
* Properly sort unnamed libraries. (#3746)
6+
* Correctly link comment references for types specified in a function's return
7+
type's type arguments. (#3768).
8+
* Require `analyzer: ^6.5.0`. (#3763)
9+
110
## 8.0.8
211

312
* More support for documenting a package with macro applications. (#3712)

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

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.8';
1+
const packageVersion = '8.0.9';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.0.8
2+
version: 8.0.9
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)