Skip to content

Commit 8069d0c

Browse files
committed
Prepare release 0.3.3
1 parent 0c7fffc commit 8069d0c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* The `fmt` task added to the life-cycle ([#])
66
* The `vet` task added to the life-cycle ([#])
77
* Code refactoring ([#])
8+
9+
## 0.3.3 ##
10+
11+
* Fix optional `dep` task in multi-module build
12+
([#7](https://github.com/sw-samuraj/gradle-godep-plugin/pull/7))
813
* CHANGELOG.md added
914
([#6](https://github.com/sw-samuraj/gradle-godep-plugin/pull/6))
1015

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Plugin expects that _go_ and _dep_ commands are already installed on given syste
2525

2626
```groovy
2727
plugins {
28-
id "cz.swsamuraj.godep" version "0.3.2"
28+
id "cz.swsamuraj.godep" version "0.3.3"
2929
}
3030
```
3131
### All Gradle versions (or local repository) ##
@@ -38,7 +38,7 @@ buildscript {
3838
}
3939
}
4040
dependencies {
41-
classpath "gradle.plugin.cz.swsamuraj:gradle-godep-plugin:0.3.2"
41+
classpath "gradle.plugin.cz.swsamuraj:gradle-godep-plugin:0.3.3"
4242
}
4343
}
4444

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
compile localGroovy()
1313
}
1414

15-
version = '0.3.3-SNAPSHOT'
15+
version = '0.3.3'
1616
group = 'cz.swsamuraj'
1717

1818
jar {

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'cz.swsamuraj.godep' version '0.3.2'
2+
id 'cz.swsamuraj.godep' version '0.3.3'
33
}
44
/*
55
buildscript {

0 commit comments

Comments
 (0)