Skip to content

Commit 520e649

Browse files
authored
Update pubspec and changelog for 4.1.0 (#2839)
1 parent fb621e1 commit 520e649

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
## 4.1.0-dev
1+
## 4.1.0
2+
* Move to analyzer 2.7.0. (#2845)
3+
* The library interface is now explicitly marked as experimental via meta.
24
* Experimental feature: HTML output from markdown rendering, `{@tool}` and
35
`{@inject-html}` is sanitized when hidden option `--sanitize-html` is passed.
6+
* Refactor of ModelElement and ElementType constructors. Technically breaking
7+
but known users of the API do not attempt to construct these types by hand.
8+
(#2828, #2829)
9+
* Move to recommended set of hints in linter and correct some small errors
10+
in regexps. (#2833)
411

512
## 4.0.0
613
* BREAKING CHANGE: Refactors to support NNBD and adapt to new analyzer

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

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `dart run grinder build` after updating.
3-
version: 4.1.0-dev
3+
version: 4.1.0
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
args: ^2.3.0
1212
charcode: ^1.3.1
1313
collection: ^1.15.0
14-
cli_util: ^0.3.4
14+
cli_util: ^0.3.5
1515
crypto: ^3.0.1
1616
glob: ^2.0.1
1717
html: ^0.15.0
@@ -36,7 +36,7 @@ dev_dependencies:
3636
grinder: ^0.9.0
3737
http: ^0.13.3
3838
lints: ^1.0.1
39-
test: ^1.17.12
39+
test: ^1.19.0
4040

4141
executables:
4242
dartdoc: null

0 commit comments

Comments
 (0)