diff --git a/CHANGELOG.md b/CHANGELOG.md index a87ea0d..b56ec20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,3 +34,14 @@ W/A: Create the directory (it can be empty). - The `generateTestScenarioSource` task fails if the `src/test/scenarios` directory does not exist. W/A: Create the directory (it can be empty). + +# fulibGradle v0.5.0 + +## New Features + ++ Added an option to use generated source directories. #2 #9 ++ fulibScenarios now uses the test compile classpath. #12 + +## Improvements + +* The fulibScenarios version now needs to be specified explicitly. #13 diff --git a/README.md b/README.md index 2e17253..2a3f06e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and can be installed via the `plugins` DSL in `build.gradle`: plugins { // ... id 'java' - id 'org.fulib.fulibGradle' version '0.4.0' + id 'org.fulib.fulibGradle' version '0.5.0' // ... } ```