-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release v1.0.0 #42
Comments
ah, sorry i didnt look at github for more than month sure, i anyway always stick with new JME releases. |
Sounds good. I'll pull in the latest updates then push a release out. I'm flying to work today and tomorrow so it may have to wait a couple days. |
ok, im working on other things currently, but will update as soon as i can. Thanks a lot! :) |
@tlf30 wasnt 0.1.2 snapshot already exist? it replaced old one? i ask because i already had 0.1.2 as i understand you mean 1.0.0 but i didnt see one |
Hmm, I do not know of any 0.1.2 version published in the past, unless you had a local build. This is the first snapshot on maven, but on GitHub packages there has only been a 0.1.1 release. Now that the maven publish works and everything is updated to the latest without issues (as far as I know) I would like to cut a v1.0.0 release. |
yes, i had local build (i needed examples for some file)
(readed from local "libs" folder)
(that i assume should read from maven repo (via our proxy repo)) but i didnt seen gradle to download anything new, so i assume it read it from cache without download anyway. it was long time ago and i didnt even remember from where/when i had this local build |
Hello everyone,
I am interested in cutting a release v1.0.0.
Notably, this release will have a breaking change of bumping the jme version to v3.4.1. While no code in the library will be modified as part of this change, this will remove support for projects running older versions of JME. If the community has an issue with this, I can leave jme at 3.3.0 and update everything else.
As part of this release, I will be updating netty.io to 4.1.70, which contains a large number of internal bug and performance improvements.
I will also be releasing this on maven central, which will make it even simpler to include in your maven or gradle build configuration.
@oxplay2, do you have any feedback on these changes?
The text was updated successfully, but these errors were encountered: