Skip to content

Commit

Permalink
- upping version to 1.3.0
Browse files Browse the repository at this point in the history
 - providing release notes for 1.3.0
  • Loading branch information
SlevinBE committed Jul 12, 2015
1 parent 6908ec3 commit 9f63e7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
h2. GradleFx changelog

h3. v1.3.0

h5. New Features

h5. Improvements
* Providing a helpful error message when flexHome hasn't been specified (either directly or via the auto-install). "#187":https://github.com/GradleFx/GradleFx/issues/187

h5. Bugfixes
* Package tasks now have outputs declared, which means they will now use the Gradle up-to-date check. This avoids unnecessary package runs. "#179":https://github.com/GradleFx/GradleFx/issues/179
* 'tmp' directory is now excluded from the publishFx task. "#181":https://github.com/GradleFx/GradleFx/pull/181
* Flex-based swcAir projects now use air-config.xml instead of flex-config.xml. "#183":https://github.com/GradleFx/GradleFx/issues/183
* Intellij support: swcAir projects now have a correct extension in the 'output-file' argument of a project file. "#188":https://github.com/GradleFx/GradleFx/issues/188

h5. Breaking changes
* GradleFx's publish task has been renamed to publishFx to avoid conflict with the maven-publish plugin. "#91":https://github.com/GradleFx/GradleFx/issues/91

h3. v1.2.0

h5. New Features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'signing'
apply plugin: 'idea'

group = 'org.gradlefx'
version = '1.2.1'
version = '1.3.0'
ext.packaging = 'jar'

def isDevBuild
Expand Down

0 comments on commit 9f63e7d

Please sign in to comment.