Skip to content

Commit

Permalink
Merge pull request #577 from brunobowden/version
Browse files Browse the repository at this point in the history
v0.6.0-alpha version increment and changelog
  • Loading branch information
brunobowden committed Jan 13, 2016
2 parents 418a8af + 912139d commit 491cc2d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ Code quality:
* TBD


## v0.6.0-alpha
New functionality:
* Support for arbitrary count of files that otherwise exceeds command line max args #574
* Podfile manual configure of targets using xcodeTargetsManualConfig #561 #562
* Podspec output to build/j2objcOutputs #558
* Default minVersionIos => 8.3, minVersionWatchos => 2.0 #584

Fixes:
* Allow spaces in Xcode target names #564
* Gradle 2.8 compatibility #567
* Gradle 2.9 unsupported message #581
* Gradle unsupport version causes deadlock #585
* Several broken links from plugin #563

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


## v0.5.0-alpha
New functionality:
* Support for Xcode 7 and j2objc 0.9.8.2.1 #483
Expand Down Expand Up @@ -46,6 +64,7 @@ Code quality:
* System tests include Xcode and Android Studio project examples #508 #523
* Podspecs distinguish project libraries versus J2ObjC libraries #512


## v0.4.3-alpha
New functionality:
* Automatic dependency resolution for Maven jars and Gradle projects #420
Expand All @@ -70,6 +89,7 @@ Code quality:
* Prevent publishing of bad releases #395 #398
* Docs updates (various)


## v0.4.2-alpha
Functionality:
* Translation-only mode (skips building Objective-C libraries) #349
Expand All @@ -85,9 +105,11 @@ Code quality:
* Documentation fixes (various)
* Updating package prefixes will now correctly cause retranslation/recompile


## 0.4.1-alpha
(Ignore - use v0.4.2 instead).


## v0.4.0-alpha
Functionality:
- Resources copied for unit tests and Xcode build
Expand All @@ -100,6 +122,7 @@ Code Quality:
- Expanded unit test coverage now comprises 81 tests
- Numerous bug fixes


## v0.3.0-alpha
Functionality:
- Args groovy style syntax for config closure
Expand All @@ -110,13 +133,15 @@ Functionality:
Code Quality:
- Added unit test framework


## v0.2.2-alpha
- Requires buildscript syntax as a workaround to the plugins {} syntax not working
- Lots of fixes and improvements through the system

Upgrading in-place from v0.1.0-alpha is not supported: please read README.md and
J2objcPluginExtension.groovy for instructions on using and configuring the new version.


## v0.1.0-alpha
Initial working version.
There will be significant reworking of this before a beta and 1.0 release
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group = 'com.github.j2objccontrib.j2objcgradle'
// A suffix of -SNAPSHOT means this is not an official release of the
// system, but built from an intermediate source tree. Instructions:
// https://github.com/j2objc-contrib/j2objc-gradle/blob/master/CONTRIBUTING.md#publishing-and-versioning
version = '0.5.1-alpha-SNAPSHOT'
version = '0.6.0-alpha'

test {
testLogging {
Expand Down

0 comments on commit 491cc2d

Please sign in to comment.