Skip to content

Commit 38d0943

Browse files
authored
Prepare for dartdoc 0.29.2 (#2083)
* Prepare for dartdoc 0.29.2 * Add last couple PRs to Changelog
1 parent f8d33bc commit 38d0943

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.29.2
2+
* Many refactoring changes to rendering and tests (#2084, #2081, #2080, #2078, #2077, #2076, #2068, #2067)
3+
* Add 'required' for required named parameters with NNBD enabled (#2075)
4+
* Rewrite parameter handling and fix problems with brackets (#2075, #2059, #2052, #2082)
5+
* Add 'late' as a feature for final variables with NNBD enabled (#2071)
6+
* Add presubmit grinder and dartfmt check for dartdoc development (#2070)
7+
* Initial implementation of NNBD support (with --enable-experiment flag) (#2069)
8+
19
## 0.29.1
210
* Fix edge cases on extension discovery (#2062)
311
* Make sure that enum documentation contains unique IDs for animations (#2060)

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.29.1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.2/%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.29.1';
2+
const packageVersion = '0.29.2';

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.29.1
3+
version: 0.29.2
44
author: Dart Team <[email protected]>
55
description: A non-interactive HTML documentation generator for Dart source code.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)