Skip to content

Commit 98fb869

Browse files
authored
Prepare for dartdoc-0.30.3 (#2169)
* Prepare for dartdoc-0.30.3 * Update changelog
1 parent 95279c1 commit 98fb869

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.30.3
2+
* Add support for `Never` type from analyzer (#2167, #2170).
3+
* First markdown renderers landed (#2152) and dartdoc can sometimes
4+
generate markdown, but it is not ready for prime-time yet.
5+
16
## 0.30.2
27
* Fix the broken search box with --use-base-href in Flutter (#2158).
38
* More internal changes preparing for markdown output

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
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.30.2/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.3/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.30.2';
2+
const packageVersion = '0.30.3';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.30.2
3+
version: 0.30.3
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)