Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 6, 2019
1 parent ea27f03 commit 77d77a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
# Fulib Gradle v0.1.1

* The tool is now invoked with relative paths. #3

# Fulib Gradle v0.2.0

+ Added a custom `Task` subtype for Scenario tasks. #4
* Scenario tasks are no longer debuggable. #5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and can be installed via the `plugins` DSL in `build.gradle`:
plugins {
// ...
id 'java'
id 'org.fulib.fulibGradle' version '0.1.0'
id 'org.fulib.fulibGradle' version '0.2.0'
// ...
}
```
Expand Down

0 comments on commit 77d77a4

Please sign in to comment.