From 4d59de14ae910d13c31fe7859943fb45aa8da851 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Fri, 18 Jun 2021 15:11:51 -0700 Subject: [PATCH 1/2] changelog/pubspec --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e46a4d62a..3217b98d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.46.0 +* Internal refactors of tool/dartdoc code. (#2686, 2669) +* Many changes to improve compliance on the new lookup code. + (#2682, #2684, #2673, #2672, #2671) +* Update favicon to match dart.dev. (#2681) +* Runtime and AOT renderer fixes for Mustachio. (#2674, + #2676, #2670) +* Fix several problems with head analyzer. (#2680, #2687) + ## 0.45.0 * BREAKING CHANGE: Custom templates using some obscure getters of modelType may no longer function (returnElement diff --git a/pubspec.yaml b/pubspec.yaml index 4dda8ae11d..a3df13a679 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.45.0 +version: 0.46.0 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: From 26de2def2d8c3e72ddff0d371e7b7da1df419723 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Fri, 18 Jun 2021 15:14:40 -0700 Subject: [PATCH 2/2] rebuild and clean up changelog --- CHANGELOG.md | 4 ++-- dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3217b98d9c..f57c9771ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## 0.46.0 * Internal refactors of tool/dartdoc code. (#2686, 2669) * Many changes to improve compliance on the new lookup code. - (#2682, #2684, #2673, #2672, #2671) + (#2682, #2684, #2673, #2672, #2671) * Update favicon to match dart.dev. (#2681) * Runtime and AOT renderer fixes for Mustachio. (#2674, - #2676, #2670) + #2676, #2670) * Fix several problems with head analyzer. (#2680, #2687) ## 0.45.0 diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 53b677cf5f..8e437677c8 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.45.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.46.0/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index a300944811..13fdbbac37 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.45.0'; +const packageVersion = '0.46.0';