j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

v0.6.0-alpha version increment and changelog #577

Closed brunobowden closed 8 years ago

brunobowden commented 8 years ago

@advayDev1 - please sign off on this

@himamis - your fix will be public in v0.5.1

advayDev1 commented 8 years ago

lgtm, but i'm not sure if you were respinning or not

brunobowden commented 8 years ago

I will respin but I wanted to get #565 merged in first

brunobowden commented 8 years ago

I've amended the version number to 0.6.0 as this is adding functionality. According to semver.org, this merits a MINOR increment.

I will submit this and respin once all the other PRs are merged in.

advayDev1 commented 8 years ago

changelog LG - might want to add that we've upgraded to Guava 19.0 full now

brunobowden commented 8 years ago

Added mention to changelog:

Code quality:
* Guava 19.0 system test (updated from Guava 18.0)