Skip to content

Commit

Permalink
Prepare for dartdoc 0.37.0 (#2435)
Browse files Browse the repository at this point in the history
* Prepare for dartdoc 0.37.0

* Update changelog for #2434
  • Loading branch information
jcollins-g authored Nov 19, 2020
1 parent eeeb627 commit d79877d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.37.0
* Change scope for the dartdoc warning configuration to the library
being documented rather than where the symbol was originally
defined. (#2432, #2428)
* **Breaking change**: Correct null dereference exception on unusual
import URIs through change to PackageGraph.allLibraries. (#2429, #2426)
* Adding (as yet unused) code for `mustachio`, a builder for mustache
templates. (#2417, #2421, #2427, #2430, #2434).
* Corrected a problem with tests erroneously passing in the grinder on
latest SDK. (#2422, #2423, #2424)

## 0.36.2

* Tag `Null safety` only where the code is actually null safe. (#2411, #2403)
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.36.2/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.37.0/%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.36.2';
const packageVersion = '0.37.0';
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.36.2
version: 0.37.0
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 d79877d

Please sign in to comment.