Skip to content

Commit

Permalink
Prepare for version 0.44.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g committed May 20, 2021
1 parent 1fea0f8 commit e828326
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 0.44.0
* BREAKING CHANGE: Add support for generic metadata rendering in
typedefs. (#2649, #2654). This changes how typedefs are rendered
so that they all appear as new generic typedefs. This means
that typedefs can no longer share the `_callable` templates
and have their own implementations.
* Add query strings to static assets to ensure they refresh in
browsers on changes. (#2646)
* Change the comment reference unparser to use analyzer AST tokens
instead of file access. (#2642)

## 0.43.0
* Add experimental lookup code for comment references eventually
destined to replace most of `lib/src/markdown_processor.dart`. Most
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.43.0/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.44.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.43.0';
const packageVersion = '0.44.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: dartdoc
# Run `grind build` after updating.
version: 0.43.0
version: 0.44.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 e828326

Please sign in to comment.