Skip to content

Commit 171e54f

Browse files
authored
Prepare for version 0.32.0 (#2215)
* Prepare for version 0.32.0 * Revert to 2.7.0 for sdk constraint
1 parent 8ac00c8 commit 171e54f

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.32.0
2+
* Fix type exception in 2.9 dev versions of dart (#2214)
3+
* **BREAKING** : Refactor `Container` class, changing the names
4+
of many getters for templates. Users with custom templates
5+
may need to update their templates (#2206, #2208).
6+
* Refactors moving toward mono-repo support (#2204, #2203).
7+
* Fix crash with newer analyzers and unnamed extension methods
8+
(#2197).
9+
* Use `flutter pub get` when appropriate instead of dart
10+
`pub get` (#2190)
11+
112
## 0.31.0
213
* `--link-to-remote` is now the default. (#2147)
314
* `--show-progress` is now the default on interactive terminals,

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

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.31.0
3+
version: 0.32.0
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:
@@ -30,9 +30,9 @@ dependencies:
3030

3131
dev_dependencies:
3232
async: '>=2.0.8'
33-
build: ^1.0.1
34-
build_runner: ^1.0.0
35-
build_version: ^2.0.0
33+
build: ^1.3.0
34+
build_runner: ^1.10.0
35+
build_version: ^2.0.1
3636
coverage: ^0.13.0
3737
dhttpd: ^3.0.0
3838
glob: ^1.1.5

0 commit comments

Comments
 (0)