Skip to content
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 collection version number to 3.1.0 #20

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

kysrpex
Copy link
Contributor

@kysrpex kysrpex commented Dec 12, 2023

The only changes since the last release are those introduced by #18.

According to https://semver.org/spec/v2.0.0.html:

  • "6. Patch version Z (x.y.Z | x > 0) MUST be incremented if only backward compatible bug fixes are introduced. A bug fix is defined as an internal change that fixes incorrect behavior."
  • "7. Minor version Y (x.Y.z | x > 0) MUST be incremented if new, backward compatible functionality is introduced to the public API. [...] It MAY be incremented if substantial new functionality or improvements are introduced within the private code."
  • "8. Major version X (X.y.z | X > 0) MUST be incremented if any backward incompatible changes are introduced to the public API."

PR #18 qualifies both as "substantial new functionality or improvements are introduced within the private code" and "backward compatible bug fixes", thus I am increasing the minor version number.

The only changes since the last release are those introduced by usegalaxy-eu#18.

According to https://semver.org/spec/v2.0.0.html:

- "6. Patch version Z (x.y.Z | x > 0) MUST be incremented if only backward compatible bug fixes are introduced. A bug fix is defined as an internal change that fixes incorrect behavior."
- "7. Minor version Y (x.Y.z | x > 0) MUST be incremented if new, backward compatible functionality is introduced to the public API. [...] It MAY be incremented if substantial new functionality or improvements are introduced within the private code."
- "8. Major version X (X.y.z | X > 0) MUST be incremented if any backward incompatible changes are introduced to the public API."

PR usegalaxy-eu#18 qualifies both as "substantial new functionality or improvements are introduced within the private code" and "backward compatible bug fixes", thus I am increasing the minor version number.
@kysrpex kysrpex self-assigned this Dec 12, 2023
@kysrpex kysrpex merged commit 8500315 into usegalaxy-eu:main Dec 12, 2023
1 check passed
@kysrpex kysrpex deleted the bump_version branch December 12, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants