-
Notifications
You must be signed in to change notification settings - Fork 124
Bump version to 8.0.0 #3583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 8.0.0 #3583
Conversation
Looking at all the API breaking changes, shouldn't this be 8.0.0? |
After 7.0.0 I have been treating dartdoc as if it is all internal API; nothing public (lots of "public" API was broken in 7.0.1 and 7.0.2). That's not strictly true as we export plenty from libraries in |
I don't know how many developers use If it's planned to discontinue publishing, do consider making this one final release as If it's planned to just publish solely as a CLI tool, then consider making this one final |
I publish for customers to use it via |
That makes sense and I know a few other cases of this use too. However that likely was not clear to many users, since it's not really stated anywhere apparent. Also the changelog previously tracked breaking library changes. So to transition to a world where that is clear, how about the following?
|
I think that's a fine plan. We can |
8.0.0 LGTM |
I tried my best with the CHANGELOG. Let me know if you'd want any changes!
Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.