Skip to content

Commit 74c2f18

Browse files
author
Andreas Volkmann
committed
Update versions, changelog
1 parent 3374474 commit 74c2f18

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.3.1
2+
* Revert breaking change to argument name resolution.
3+
The naming strategy can be changed in `configureArkenv`.
4+
5+
# 3.3.0
6+
* Support common JVM type: `File`, `Path`, `URL`, `URI`
7+
18
# 3.2.0
29
* #29 Common prefix support
310
* #43 New feature syntax

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group=com.apurebase
2-
version=3.3.0
2+
version=3.3.1
33

44
# Versions
5-
junitVersion=5.7.0
5+
junitVersion=5.7.1
66
snakeyamlVersion=1.28
77
jmockitVersion=1.49
88
kluentVersion=1.65
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)