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

add semver as version scheme #264

Open
tschmidtb51 opened this issue Nov 9, 2023 · 4 comments
Open

add semver as version scheme #264

tschmidtb51 opened this issue Nov 9, 2023 · 4 comments

Comments

@tschmidtb51
Copy link
Contributor

I suggest to add a version scheme semver that as defined by https://semver.org/

Flagging @pombredanne for attention

@immqu
Copy link

immqu commented Nov 13, 2024

As far as I can see, the semver spec does not say anything about how to specify a version range. Should we still allow for a certain way to specify a semver-native range in univers, like ">1.0.2|<2.0.0", or simply leave it out (such that there would be no from_native method in univers for semver)?

@tschmidtb51
Copy link
Contributor Author

@pombredanne Feel free to correct me here:

As it is not specified in SemVer, I guess we should not have that. I guess that would also be in line with what is done for Debian and RPM.

@immqu
Copy link

immqu commented Nov 15, 2024

Actually, univers already implements a semver versioning scheme. See also the tests.

It seems also that no semver versioning range is implemented (as we discussed above), so as far as I can tell, this issue is already resolved in univers.

@tschmidtb51
Copy link
Contributor Author

Actually, univers already implements a semver versioning scheme. See also the tests.

Perfect. So it just needs to be added to vers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants