Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.12...v1.1.0) (2021-10-30)

### Bug Fixes

* Fetch next_ver before building ([4872a5f](4872a5f))
* Validate path to setup ([9d58483](9d58483))

### Features

* CLI with version ([4c14398](4c14398))
  • Loading branch information
semantic-release-bot committed Oct 30, 2021
1 parent 4872a5f commit 415f71e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
Binary file modified bin/cloudstate-cli-darwin-amd64
Binary file not shown.
Binary file modified bin/cloudstate-cli-linux-386
Binary file not shown.
Binary file modified bin/cloudstate-cli-linux-amd64
Binary file not shown.
Binary file modified bin/cloudstate-cli-windows-386.exe
Binary file not shown.
Binary file modified bin/cloudstate-cli-windows-amd64.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/usecloudstate/cli/compare/v1.0.12...v1.1.0) (2021-10-30)


### Bug Fixes

* Fetch next_ver before building ([4872a5f](https://github.com/usecloudstate/cli/commit/4872a5fc030b202411dee7b3d1a2fc4a315f732c))
* Validate path to setup ([9d58483](https://github.com/usecloudstate/cli/commit/9d5848388731724d31469d864adde22ef007b3ad))


### Features

* CLI with version ([4c14398](https://github.com/usecloudstate/cli/commit/4c143988a53d7226d4e3d85435fc07c67b8cc069))

## [1.0.12](https://github.com/usecloudstate/cli/compare/v1.0.11...v1.0.12) (2021-10-26)


Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
mkdir -p cloudstate/bin
cd cloudstate/bin
URL="https://github.com/usecloudstate/cli/releases/download/v1.0.12/cloudstate-cli-\$OS-\$ARCH"
URL="https://github.com/usecloudstate/cli/releases/download/v1.1.0/cloudstate-cli-\$OS-\$ARCH"
echo "Installing CLI from \$URL"
if [ \$(command -v curl) ]; then
Expand Down

0 comments on commit 415f71e

Please sign in to comment.