Skip to content

Commit 599356c

Browse files
committed
release v1.1.0
1 parent bbddb9d commit 599356c

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v1.1.0
2+
* added ObjectProphecy doc (#8)
3+
* show intention if there are whitespaces between parenthesis (#7)
4+
* show intention not only between parenthesis (#6)
5+
* added whitespace between mocks and subject creation (#5)
6+
* do not mock primitives anymore (#4)
7+
8+
# v1.0.2
9+
* added "->reveal()" to constructor arguments (#1)
10+
11+
# v1.0.1
12+
* added gradle publishing support
13+
14+
# v1.0
15+
* initial release

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.intellij'
1010
apply plugin: 'java'
1111

1212
group 'de.cawolf'
13-
version '1.0.2'
13+
version '1.1.0'
1414

1515
sourceCompatibility = 1.8
1616

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
<change-notes><![CDATA[
1111
<dl>
12+
<dt>1.1.0</dt>
13+
<dd>added ObjectProphecy doc (issue #8)</dd>
14+
<dd>show intention if there are whitespaces between parenthesis (issue #7)</dd>
15+
<dd>show intention not only between parenthesis (issue #6)</dd>
16+
<dd>added whitespace between mocks and subject creation (issue #5)</dd>
17+
<dd>do not mock primitives anymore (issue #4)</dd>
1218
<dt>1.0.2</dt>
1319
<dd>added "->reveal()" to constructor arguments (issue #1)</dd>
1420
<dt>1.0.1</dt>

0 commit comments

Comments
 (0)