Skip to content

Commit

Permalink
Bump to 8.0.6 (#3692)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Feb 28, 2024
1 parent eed92d3 commit a1610aa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## 8.0.6-wip

* Add troubleshooting information when the sidebars failed to load.
* Deprecate the `--templates-dir` option.
## 8.0.6

* Add troubleshooting information when the sidebars failed to load. (#3643)
* Deprecate the `--templates-dir` option. (#3667)
* In the "implementers" section of a class/mixin, include extension types that
"implement" said class/mixin. (#3658)
* Add the "implementers" section to the extension type page. (#3682)
* Display the exact type of an extension type's representation, not any erasure
of an extension type. (#3685)
* Reduce the time to document with a few improvements. (#3659, #3660)
* Correct the "constant initializer" view of some enums. (#3669)
* Render generic type parameters in function-typed parameters. (#3670)
* Stop warning on a missing constructor; dartdoc expects code to be valid.
(#3674)
* Do not require the `FLUTTER_ROOT` env variable when documenting a package
that requires Flutter. (#3688)

## 8.0.5

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.6-wip/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.6/%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.6-wip';
const packageVersion = '8.0.6';
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.6-wip
version: 8.0.6
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc

Expand Down

0 comments on commit a1610aa

Please sign in to comment.