Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Use .0 version. Mention migration in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Jan 25, 2021
1 parent 07412dd commit c1997dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.15.0-nullsafety-dev
## 0.15.0-nullsafety.0-dev

- Migrate to null safety.
- Drop `lastPhase`, `beforeRcDataPhase`, and `container` fields from
`HtmlParser` class. These fields never had a value other than `null`.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: html
version: 0.15.0-nullsafety-dev
version: 0.15.0-nullsafety.0-dev

description: APIs for parsing and manipulating HTML content outside the browser.
homepage: https://github.com/dart-lang/html
Expand Down

0 comments on commit c1997dc

Please sign in to comment.