Skip to content

Commit

Permalink
Prepare for dartdoc-0.30.3 (#2169)
Browse files Browse the repository at this point in the history
* Prepare for dartdoc-0.30.3

* Update changelog
  • Loading branch information
jcollins-g authored Mar 27, 2020
1 parent 95279c1 commit 98fb869
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.30.3
* Add support for `Never` type from analyzer (#2167, #2170).
* First markdown renderers landed (#2152) and dartdoc can sometimes
generate markdown, but it is not ready for prime-time yet.

## 0.30.2
* Fix the broken search box with --use-base-href in Flutter (#2158).
* More internal changes preparing for markdown output
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.2/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.3/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.30.2';
const packageVersion = '0.30.3';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Run `grind build` after updating.
version: 0.30.2
version: 0.30.3
description: A non-interactive HTML documentation generator for Dart source code.
homepage: https://github.com/dart-lang/dartdoc
environment:
Expand Down

0 comments on commit 98fb869

Please sign in to comment.