From efb4af29b5dfee1eff10a7df0c74a780d1ea6624 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Thu, 28 May 2020 10:03:13 -0700 Subject: [PATCH] Prepare for dartdoc 0.32.1. --- CHANGELOG.md | 4 ++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579cc42d4a..09a30459fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.32.1 +* Allow documenting code with null safety (#2210, #2221) +* Refactors moving toward mono-repo support (#2219) + ## 0.32.0 * Fix type exception in 2.9 dev versions of dart (#2214) * **BREAKING** : Refactor `Container` class, changing the names diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 611c31cc92..0b7966a56e 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.32.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.32.1/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index dfa67e1726..1f3e7b8da1 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.32.0'; +const packageVersion = '0.32.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 1dc9aab3fe..e125a69fd0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.32.0 +version: 0.32.1 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: