Skip to content

Commit febff80

Browse files
committed
2.2.0
1 parent 8a87f00 commit febff80

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
### 2.2.0 - 2.1.3 (2019 Feb 15)
3+
4+
* [8a87f00] Akos Birmacher - prepare for 2.2.0 (2019 Feb 15)
5+
* [af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97) (2019 Feb 15)
6+
* [7c4a594] Akos Birmacher - xcode & xamarin: Auto scan directory for project files (#95) (2019 Feb 13)
7+
* [b2286a9] Akos Birmacher - Add UI Target support (#94) (2019 Feb 08)
8+
* [e4bebc5] Akos Birmacher - update osxkeychain to work with go 1.11 version. (#93) (2019 Jan 15)
9+
10+
211
### 2.2.0 - 2.1.3 (2019 Feb 15)
312

413
* [af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97) (2019 Feb 15)
@@ -289,3 +298,4 @@
289298

290299

291300

301+

_scripts/install_wrap-xamarin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.1.3"
8+
version_to_use="2.2.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap-xcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.1.3"
8+
version_to_use="2.2.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.1.3"
8+
version_to_use="2.2.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)