-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
raylib so versioning with 3.0.0 release #1163
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
Comments
@jubalh yeah, I know, I have to re-release it... |
re-released! :) |
Should that really be
Which looks good to me. Like any other project I'm aware of does it too. But not sure why we would want 301 instead of 3. |
It would be good if you do not remove the 3.0 tag once you tagged it and apply it to another commit. If you realize something needs to be fixed it would be good to create a new tag and release then. So 3.0.1, 3.0.2 etc. I think we have had three different commits tagged as 3.0.0 now, and even drafted as release ;) |
@jubalh Oh, sorry, there are problems with |
Yes I stopped the pulling. But it would be better practise to just tag it as beta release or increase the last number :) |
@jubalh is it ok if I keep the release and tag but I update the attachments? It's a problem with the Windows DLL building... |
Well just do as you like :) |
@jubalh Current Just note that |
Okay but in case you change anything, for exmaple the so name. Please create a new tag and dont remove/add the 3.0.0 one. Because I will submit to official repos now. |
@jubalh ok, no worries. |
It should be
Every raylib release adds breaking changes, so we will be incrementing the number on every release anyway. Instead of counting up and ending up with |
If this is the case then it makes sense. |
BTW are the API breaking changes documented somewhere? This would make it much easier for developers to migragte from one raylib version to the next. |
@jubalh CHANGELOG details all the functions added, removed or reviewed |
You are naming the shared objects files:
Are you sure about this for the 3.0.0 release?
The text was updated successfully, but these errors were encountered: