Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update Release notes and Readme after release of 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Larusso committed Mar 23, 2018
1 parent 1f6c9a9 commit c1bb49c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ Applying the plugin
**build.gradle**
```groovy
plugins {
id 'net.wooga.paket' version '0.10.1'
id 'net.wooga.paket' version '1.0.0'
}
```
-or-
```groovy
plugins {
id 'net.wooga.paket-get' version '0.10.1'
id 'net.wooga.paket-pack' version '0.10.1'
id 'net.wooga.paket-publish' version '0.10.1'
id 'net.wooga.paket-unity' version '0.10.1'
id 'net.wooga.paket-get' version '1.0.0'
id 'net.wooga.paket-pack' version '1.0.0'
id 'net.wooga.paket-publish' version '1.0.0'
id 'net.wooga.paket-unity' version '1.0.0'
}
```

Expand Down
47 changes: 47 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
### 1.0.0 - Mar 23 2018

* ![NEW] stable major release

### 0.11.0 - Mar 13 2018

* ![ADD] endpoint input value to `PaketPush`
* ![CHANGE] Minimum Java version to 8
* ![IMPROVE] `PaketPack` task properties
* ![IMPROVE] API access scope and add docstrings
* ![IMPROVE] `PaketUnityInstall` groovy only solution
* ![IMPROVE] expose args property from `AbstractPaketTask` to all sub tasks

### 0.10.1 - Feb 02 2018

* ![FIX] attach paketUnityInstall task to all relevant tasks

### 0.10.0 - Dec 06 2017

* ![FIX] release with Java 7

### 0.9.0 - Nov 14 2017

* ![ADD] publishLocal tasks

### 0.8.1 - Nov 14 2017

* ![FIX] bugs

### 0.8.0 - Nov 09 2017

* ![IMPROVE] paket get install
* ![IMPROVE] default version in template
* ![FIX] lazy project version

### 0.7.0 - Aug 28 2017

* ![ADD] Add paket outdated task

### 0.6.0 - Aug 28 2017

* ![FIX] plugin crash when duplicate paket.template ids

### 0.6.0 - Aug 28 2017

* ![FIX] bugs

### 0.5.0 - May 23 2017

* ![NEW] initial release
Expand Down

0 comments on commit c1bb49c

Please sign in to comment.