Skip to content

Commit b350c68

Browse files
authored
Bump to 7.0.1 (#3540)
1 parent 5256e2f commit b350c68

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
## 7.0.1-wip
1+
## 7.0.1
22

33
* Add back missing search bar to left sidenav on narrow screens.
4+
* Remove unused warning: noDefiningLibraryFound
5+
* Canonicalization.scoreCanonicalCandidates is now calculateCanonicalCandidate,
6+
and returns one Library. (#3520)
7+
* Print errors without associated elements; in particular this is errors
8+
generated during the final validation stage. (#3532)
9+
* Reduce logging when documenting multiple packages. (#3522)
10+
* ScoredCandidate is made private. (#3520)
11+
* Canonicalization now implements Warnable; Warnable no longer implements
12+
Canonicalization; Warnable now implements Documentable and Locatable;
13+
Documentable is now a mixin; DocumentationComment now subtypes
14+
Canonicalization.
15+
* Library.inheritanceManager is now static. (#3516)
416

517
## 7.0.0
618

7-
* Require `analyzer: ^6.2.0`.
19+
* Require `analyzer: ^6.3.0`.
820
* Remove all `@deprecated` elements.
921
* Fix sidebar links in leaf pages. (#3510)
1022
* Do not hide stack trace of DartdocFailures. (#3505)

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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 7.0.1-wip
2+
version: 7.0.1
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

0 commit comments

Comments
 (0)