Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for dartdoc 0.46.0 #2688

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 0.46.0
* Internal refactors of tool/dartdoc code. (#2686, 2669)
* Many changes to improve compliance on the new lookup code.
(#2682, #2684, #2673, #2672, #2671)
* Update favicon to match dart.dev. (#2681)
* Runtime and AOT renderer fixes for Mustachio. (#2674,
#2676, #2670)
* Fix several problems with head analyzer. (#2680, #2687)

## 0.45.0
* BREAKING CHANGE: Custom templates using some obscure
getters of modelType may no longer function (returnElement
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.45.0/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.46.0/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.45.0';
const packageVersion = '0.46.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: dartdoc
# Run `grind build` after updating.
version: 0.45.0
version: 0.46.0
description: A non-interactive HTML documentation generator for Dart source code.
homepage: https://github.com/dart-lang/dartdoc
environment:
Expand Down