Skip to content

Commit 5f39ec6

Browse files
authoredAug 9, 2021
Prepare for dartdoc version 1.0.2. (#2733)
1 parent 7e1ac7c commit 5f39ec6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.2
2+
3+
* Fix where extensions header in library sidebar linked to the
4+
wrong place. (#2717)
5+
* Fix concurrency issues in tool execution and parallelize
6+
optimally for the number of cores in the system. (#2730)
7+
* Display message if tool snapshotting fails. (#2731)
8+
19
## 1.0.1
210

311
* Fix several issues with new type hierarchy. (#2714, #2721)

‎dartdoc_options.yaml

+1-1
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/v1.0.1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.2/%f%#L%l%'

‎lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '1.0.1';
2+
const packageVersion = '1.0.2';

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 1.0.1
3+
version: 1.0.2
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)