diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3dd3d0dd..579cc42d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.32.0 +* Fix type exception in 2.9 dev versions of dart (#2214) +* **BREAKING** : Refactor `Container` class, changing the names + of many getters for templates. Users with custom templates + may need to update their templates (#2206, #2208). +* Refactors moving toward mono-repo support (#2204, #2203). +* Fix crash with newer analyzers and unnamed extension methods + (#2197). +* Use `flutter pub get` when appropriate instead of dart + `pub get` (#2190) + ## 0.31.0 * `--link-to-remote` is now the default. (#2147) * `--show-progress` is now the default on interactive terminals, diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index a2665be7dc..611c31cc92 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.31.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.32.0/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 89cb4fd67a..dfa67e1726 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.31.0'; +const packageVersion = '0.32.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 5bd2bc48bd..20e5f20ee7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.31.0 +version: 0.32.0 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: @@ -30,9 +30,9 @@ dependencies: dev_dependencies: async: '>=2.0.8' - build: ^1.0.1 - build_runner: ^1.0.0 - build_version: ^2.0.0 + build: ^1.3.0 + build_runner: ^1.10.0 + build_version: ^2.0.1 coverage: ^0.13.0 dhttpd: ^3.0.0 glob: ^1.1.5