From e828326b9c85a2becc1e7e14cc5abe190d0d0ab0 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Thu, 20 May 2021 10:57:52 -0700 Subject: [PATCH] Prepare for version 0.44.0. --- CHANGELOG.md | 11 +++++++++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3459dc6496..52ac62db7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.44.0 +* BREAKING CHANGE: Add support for generic metadata rendering in + typedefs. (#2649, #2654). This changes how typedefs are rendered + so that they all appear as new generic typedefs. This means + that typedefs can no longer share the `_callable` templates + and have their own implementations. +* Add query strings to static assets to ensure they refresh in + browsers on changes. (#2646) +* Change the comment reference unparser to use analyzer AST tokens + instead of file access. (#2642) + ## 0.43.0 * Add experimental lookup code for comment references eventually destined to replace most of `lib/src/markdown_processor.dart`. Most diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 0a637b85fe..d6bd284424 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.43.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.44.0/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index a91003925f..61449ae42f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.43.0'; +const packageVersion = '0.44.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 3a236bcd14..2b8a6019dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.43.0 +version: 0.44.0 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: