From a1717a0dff2d8c94e3ae22b75a5f1455d815e55d Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Thu, 19 Nov 2015 10:30:41 +0100 Subject: [PATCH] bump version to 0.2.0 --- README.md | 12 ++++++------ src/circleci-matrix.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2908f81..4774400 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ first argument on the command line (`$ circleci-matrix my-config.yml`). Now you're ready to execute it with: $ circleci-matrix - circleci-matrix version: 0.1.0 + circleci-matrix version: 0.2.0 circleci node total: 1 circleci node index: 0 @@ -80,7 +80,7 @@ following example where I set `CIRCLE_NODE_TOTAL`and `CIRCLE_NODE_INDEX` manually first to `2` and `0`, then to `2` and `1` to simulate two containers: $ CIRCLE_NODE_TOTAL=2 CIRCLE_NODE_INDEX=0 circle-matrix - circleci-matrix version: 0.1.0 + circleci-matrix version: 0.2.0 circleci node total: 2 circleci node index: 0 @@ -97,7 +97,7 @@ manually first to `2` and `0`, then to `2` and `1` to simulate two containers: Version is 4.1 $ CIRCLE_NODE_TOTAL=2 CIRCLE_NODE_INDEX=1 circle-matrix - circleci-matrix version: 0.1.0 + circleci-matrix version: 0.2.0 circleci node total: 2 circleci node index: 1 @@ -117,7 +117,7 @@ And here is the output when circleci runs our circle.yml file with 3 containers Container 0 we see `VERSION=5.0` and `Version=4.0`: - circleci-matrix version: 0.1.0 + circleci-matrix version: 0.2.0 circleci node total: 3 circleci node index: 0 @@ -135,7 +135,7 @@ Container 0 we see `VERSION=5.0` and `Version=4.0`: Container 1 we see `VERSION=4.2`: - circleci-matrix version: 0.1.0 + circleci-matrix version: 0.2.0 circleci node total: 3 circleci node index: 1 @@ -147,7 +147,7 @@ Container 1 we see `VERSION=4.2`: Container 2 we see `VERSION=4.1`: - circleci-matrix version: 0.1.0 + circleci-matrix version: 0.2.0 circleci node total: 3 circleci node index: 2 diff --git a/src/circleci-matrix.sh b/src/circleci-matrix.sh index c65419a..3929212 100755 --- a/src/circleci-matrix.sh +++ b/src/circleci-matrix.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION="0.1.0" +VERSION="0.2.0" CONFIG_FILE=${1:-.circleci-matrix.yml} # Ensure sane defaults