-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add calendar versioning #338
Conversation
/// | ||
/// See also: | ||
/// * https://docs.github.com/en/rest/overview/api-versions?apiVersion=2022-11-28 | ||
final String version; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this change was me debating if we should make this private. I lean towards making it public to give an easy escape hatch for downstream dependencies to override what the library is using.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want a changelog entry here?
Based on https://semver.org/#spec-item-7, that's expected. We're adding I can't recall if the release automation generates the changelog entries, so I opt'd to add it here. |
Auto-magic drives me nuts. Okay. |
Yep, The changelog and version will be updated automatically after this merges. |
Released in version 9.7.0 https://github.com/SpinlockLabs/github.dart/releases/tag/9.7.0 |
No description provided.