Skip to content

Commit 50fffd8

Browse files
committed
Bump to 9.0.0-dev
1 parent 2de17d6 commit 50fffd8

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 9.0.0-dev
2+
3+
* Remove the deprecated `nodoc` option.
4+
15
## 8.3.3
26

37
* Require Dart 3.6 or later.

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/v8.3.3/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v9.0.0-dev/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.3.3';
1+
const packageVersion = '9.0.0-dev';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.3.3
2+
version: 9.0.0-dev
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

testing/test_package/lib/src/nodocme.dart

-11
This file was deleted.

0 commit comments

Comments
 (0)