Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Semantic Versioning #234

Closed Answered by nedimAT
nedimAT asked this question in Q&A
Mar 22, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Just curious, is the 95% a real number (from some analysis tool) or a guess? And yeah, sure, from an end-user perspective it probably does not matter which version is in place.

But for everyone using the libraries (including you), it would make their lives easier to know if a change is backward compatible.

Back to your Java library example:
First, let us tackle the deprecation of some API or schema feature, if I have version 1.0.0 and only one commit adds some deprecation notes and warnings, then for me the following version is 1.0.1
If there is a second commit that adds some new API or schema feature (does not have to replace the deprecated one), then the version becomes 1.1.0.

If we rem…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@simonbrowndotje
Comment options

@nedimAT
Comment options

Answer selected by nedimAT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #233 on March 22, 2023 10:07.