Skip to content

Commit 2dbfb2e

Browse files
committed
CHANGELOG & install wraps for v1.0.0
1 parent 00ca5c1 commit 2dbfb2e

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+
### 1.0.0 - 0.9.18 (2017 Mar 30)
3+
4+
* [00ca5c1] Viktor Benei - Feature/dep update (#39) (2017 Mar 30)
5+
* [47788eb] Viktor Benei - v1.0.0 (2017 Mar 30)
6+
* [6f342dd] Jacek Lampart - Fixed typo (#38) (2017 Mar 30)
7+
* [b0d8187] Viktor Benei - regenerated install wrap scripts (2017 Jan 27)
8+
* [4b0c707] ka - Add 3 Xs (XXX) to the mktemp command argument (#35) (2017 Jan 27)
9+
10+
211
### 0.9.18 - 0.9.17 (2017 Jan 06)
312

413
* [b7b4465] Viktor Benei - VERSION = "0.9.18" (2017 Jan 06)
@@ -177,3 +186,4 @@
177186

178187

179188

189+

_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="0.9.18"
8+
version_to_use="1.0.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="0.9.18"
8+
version_to_use="1.0.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="0.9.18"
8+
version_to_use="1.0.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)