diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f24a772c..d793663b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## 9.0.6-wip +## 9.0.6 * Require analyzer 13.0.2 APIs. +* Introduce the {@example} directive for embedding external files, with support for extracting specific code blocks via #region tags. ## 9.0.5 * Cache `ElementType` instantiations in `PackageGraph`, improving overall diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 30e81341d2..602c938e12 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v9.0.6-wip/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v9.0.6/%f%#L%l%' diff --git a/pubspec.yaml b/pubspec.yaml index 97401597b6..9dbe2d8958 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 9.0.6-wip +version: 9.0.6 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc