Skip to content

Commit 4fd8577

Browse files
authored
Prepare for dartdoc 0.32.1. (#2222)
1 parent 679f3d5 commit 4fd8577

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.32.1
2+
* Allow documenting code with null safety (#2210, #2221)
3+
* Refactors moving toward mono-repo support (#2219)
4+
15
## 0.32.0
26
* Fix type exception in 2.9 dev versions of dart (#2214)
37
* **BREAKING** : Refactor `Container` class, changing the names

dartdoc_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.32.0/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.32.1/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.32.0';
2+
const packageVersion = '0.32.1';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.32.0
3+
version: 0.32.1
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)