You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably start doing this at some point. Every commit does actually have a version number inside CMakeLists.txt, but they're not easy to search for.
The version change can be traced with git blame. Github's blame interface allows the user to find all commits that have touched a line of code by repeatedly finding the previous commit that modified a line.
Unfortunately, it seems that tags are not automatically added with a pull request, so they have to be added by the the owners of this repository.
Can releases be tagged? Commit bf2a7e2 mentions v2.1 but there is no associated git tag.
The text was updated successfully, but these errors were encountered: