Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit f96cf2f

Browse files
committed
v0.5.0 release
1 parent 15fb450 commit f96cf2f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/acceptance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readonly slug=${version}-${git_timestamp}-${git_sha:0:16}
1212
# fetch FATS scripts
1313
fats_dir=`dirname "${BASH_SOURCE[0]}"`/fats
1414
fats_repo="projectriff/fats"
15-
fats_refspec=3d6cead12932026fdb933a1bb550cb7eca0a8def # master as of 2020-02-04
15+
fats_refspec=3d6cead12932026fdb933a1bb550cb7eca0a8def # v0.5.x as of 2020-02-07
1616
source `dirname "${BASH_SOURCE[0]}"`/fats-fetch.sh $fats_dir $fats_refspec $fats_repo
1717
source $fats_dir/.util.sh
1818

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0-snapshot
1+
0.5.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/ghodss/yaml v1.0.0
1212
github.com/google/go-cmp v0.4.0
1313
github.com/mitchellh/go-homedir v1.1.0
14-
github.com/projectriff/system v0.0.0-20200204235724-6b14b4303135
14+
github.com/projectriff/system v0.5.0
1515
github.com/spf13/cobra v0.0.5
1616
github.com/spf13/viper v1.6.2
1717
github.com/stretchr/testify v1.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77
460460
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
461461
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
462462
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
463-
github.com/projectriff/system v0.0.0-20200204235724-6b14b4303135 h1:qHrwoZLfMyFTz7lC8fTAAxkW8OrqpRbBrVAIB9HlA6c=
464-
github.com/projectriff/system v0.0.0-20200204235724-6b14b4303135/go.mod h1:BwwoPLg8KT9CTmWSaI1QU62FzBrD7wc97PTmbVSKKEs=
463+
github.com/projectriff/system v0.5.0 h1:BEVMhKLSxYD8X3E71AncjfcTZnfIb6jttmZsKn4SnI4=
464+
github.com/projectriff/system v0.5.0/go.mod h1:BwwoPLg8KT9CTmWSaI1QU62FzBrD7wc97PTmbVSKKEs=
465465
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
466466
github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM=
467467
github.com/prometheus/client_golang v0.9.3 h1:9iH4JKXLzFbOAdtqv/a+j8aewx2Y8lAjAydhbaScPF8=

0 commit comments

Comments
 (0)