Skip to content

Commit

Permalink
Bump collection version number to 3.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kysrpex committed Dec 12, 2023
1 parent 01fc46a commit 26778e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: usegalaxy_eu
name: handy

# The version of the collection. Must be compatible with semantic versioning
version: 3.0.2
version: 3.1.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 26778e3

Please sign in to comment.