From 08f0e50a0fe51311b85e90b000faa308e98215c1 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 21 Aug 2024 10:06:36 -0700 Subject: [PATCH] Bump to 8.0.14 --- CHANGELOG.md | 8 ++++++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093c1b33c4..4230507b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 8.0.14 + +* Library elements are now deduplicated in Dartdoc's model. This should be a + no-op with regards to generated docs, but noting here in case an issue crops + up. (#3838) +* Add tests supporting the new Dart 'wildcards' feature. +* Fix links in the sidebar of extension type pages. (#3831) + ## 8.0.13 * Fix an issue around referencing elements not explicitly included in a diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 6ba7ff2424..8c67a03043 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.13/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.14/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 27aee1aab0..0f192a9ce5 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.0.13'; +const packageVersion = '8.0.14'; diff --git a/pubspec.yaml b/pubspec.yaml index 5b364aa874..2bd41724c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.0.13 +version: 8.0.14 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc