diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7dff74e0..1df13b69dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.0.2 + +* Remove @hideConstantImplementations fully. (#3593) +* Remove Class assert for ClassTypedef. (#3595) + ## 8.0.1 * The deprecated public APIs will be removed in the next major release. diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 8953cfed4c..f149a70d90 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: '/~https://github.com/dart-lang/dartdoc/blob/v8.0.1/%f%#L%l%' + uriTemplate: '/~https://github.com/dart-lang/dartdoc/blob/v8.0.2/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index eaef880621..5a2b7f29c7 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.0.1'; +const packageVersion = '8.0.2'; diff --git a/pubspec.yaml b/pubspec.yaml index d634d9d1fe..4e6523e360 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.0.1 +version: 8.0.2 description: A non-interactive HTML documentation generator for Dart source code. repository: /~https://github.com/dart-lang/dartdoc