Skip to content

Commit 415f71e

Browse files
chore(release): 1.1.0 [skip ci]
# [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))
1 parent 4872a5f commit 415f71e

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

bin/cloudstate-cli-darwin-amd64

73.6 KB
Binary file not shown.

bin/cloudstate-cli-linux-386

60 KB
Binary file not shown.

bin/cloudstate-cli-linux-amd64

72 KB
Binary file not shown.

bin/cloudstate-cli-windows-386.exe

61 KB
Binary file not shown.
70.5 KB
Binary file not shown.

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/usecloudstate/cli/compare/v1.0.12...v1.1.0) (2021-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Fetch next_ver before building ([4872a5f](https://github.com/usecloudstate/cli/commit/4872a5fc030b202411dee7b3d1a2fc4a315f732c))
7+
* Validate path to setup ([9d58483](https://github.com/usecloudstate/cli/commit/9d5848388731724d31469d864adde22ef007b3ad))
8+
9+
10+
### Features
11+
12+
* CLI with version ([4c14398](https://github.com/usecloudstate/cli/commit/4c143988a53d7226d4e3d85435fc07c67b8cc069))
13+
114
## [1.0.12](https://github.com/usecloudstate/cli/compare/v1.0.11...v1.0.12) (2021-10-26)
215

316

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
mkdir -p cloudstate/bin
5050
cd cloudstate/bin
5151
52-
URL="https://github.com/usecloudstate/cli/releases/download/v1.0.12/cloudstate-cli-\$OS-\$ARCH"
52+
URL="https://github.com/usecloudstate/cli/releases/download/v1.1.0/cloudstate-cli-\$OS-\$ARCH"
5353
5454
echo "Installing CLI from \$URL"
5555
if [ \$(command -v curl) ]; then

0 commit comments

Comments
 (0)