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

refactor: use version type rather than strings #14

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

jacderida
Copy link
Contributor

  • f2dad2d refactor: rename release interface

    BREAKING CHANGE: the SafeReleaseRepositoryInterface was renamed to SafeReleaseRepoActions.

    The former name was verbose and clumsy, and I had wanted to rename it for a while.

  • 5ae1e06 refactor: use version type rather than strings

    BREAKING CHANGE: the semver::Version type is used rather strings for working with versions.

    The need for the version parsing test and tests for retrieving the latest version was removed. The
    latter of those was only testing that returned string was a valid semantic version, which wouldn't
    be possible with a Version type.

BREAKING CHANGE: the `SafeReleaseRepositoryInterface` was renamed to `SafeReleaseRepoActions`.

The former name was verbose and clumsy, and I had wanted to rename it for a while.
BREAKING CHANGE: the `semver::Version` type is used rather strings for working with versions.

The need for the version parsing test and tests for retrieving the latest version was removed. The
latter of those was only testing that returned string was a valid semantic version, which wouldn't
be possible with a `Version` type.
@jacderida jacderida merged commit bb64146 into maidsafe:main Mar 19, 2024
8 checks passed
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.

None yet

2 participants