Skip to content

Commit 491cc2d

Browse files
committed
Merge pull request #577 from brunobowden/version
v0.6.0-alpha version increment and changelog
2 parents 418a8af + 912139d commit 491cc2d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ Code quality:
1717
* TBD
1818

1919

20+
## v0.6.0-alpha
21+
New functionality:
22+
* Support for arbitrary count of files that otherwise exceeds command line max args #574
23+
* Podfile manual configure of targets using xcodeTargetsManualConfig #561 #562
24+
* Podspec output to build/j2objcOutputs #558
25+
* Default minVersionIos => 8.3, minVersionWatchos => 2.0 #584
26+
27+
Fixes:
28+
* Allow spaces in Xcode target names #564
29+
* Gradle 2.8 compatibility #567
30+
* Gradle 2.9 unsupported message #581
31+
* Gradle unsupport version causes deadlock #585
32+
* Several broken links from plugin #563
33+
34+
Code quality:
35+
* Guava 19.0 system test (updated from Guava 18.0)
36+
37+
2038
## v0.5.0-alpha
2139
New functionality:
2240
* Support for Xcode 7 and j2objc 0.9.8.2.1 #483
@@ -46,6 +64,7 @@ Code quality:
4664
* System tests include Xcode and Android Studio project examples #508 #523
4765
* Podspecs distinguish project libraries versus J2ObjC libraries #512
4866

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

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

108+
88109
## 0.4.1-alpha
89110
(Ignore - use v0.4.2 instead).
90111

112+
91113
## v0.4.0-alpha
92114
Functionality:
93115
- Resources copied for unit tests and Xcode build
@@ -100,6 +122,7 @@ Code Quality:
100122
- Expanded unit test coverage now comprises 81 tests
101123
- Numerous bug fixes
102124

125+
103126
## v0.3.0-alpha
104127
Functionality:
105128
- Args groovy style syntax for config closure
@@ -110,13 +133,15 @@ Functionality:
110133
Code Quality:
111134
- Added unit test framework
112135

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

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

144+
120145
## v0.1.0-alpha
121146
Initial working version.
122147
There will be significant reworking of this before a beta and 1.0 release

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ group = 'com.github.j2objccontrib.j2objcgradle'
4040
// A suffix of -SNAPSHOT means this is not an official release of the
4141
// system, but built from an intermediate source tree. Instructions:
4242
// https://github.com/j2objc-contrib/j2objc-gradle/blob/master/CONTRIBUTING.md#publishing-and-versioning
43-
version = '0.5.1-alpha-SNAPSHOT'
43+
version = '0.6.0-alpha'
4444

4545
test {
4646
testLogging {

0 commit comments

Comments
 (0)