Skip to content

Commit 7dd9844

Browse files
committed
docs: v0.10.0
1 parent bdf6307 commit 7dd9844

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2023-12-20
11+
1012
### Added
1113

1214
- `company iam list` command
@@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169171
- create cli sdk
170172
- create cli renderer
171173

172-
[unreleased]: https://github.com/mia-platform/miactl/compare/v0.9.0...HEAD
174+
[unreleased]: https://github.com/mia-platform/miactl/compare/v0.10.0...HEAD
175+
[0.10.0]: https://github.com/mia-platform/miactl/compare/v0.9.0...v0.10.0
173176
[0.9.0]: https://github.com/mia-platform/miactl/compare/v0.8.0...v0.9.0
174177
[0.8.0]: https://github.com/mia-platform/miactl/compare/v0.7.0...v0.8.0
175178
[0.7.0]: https://github.com/mia-platform/miactl/compare/v0.6.1...v0.7.0

docs/20_setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav
2727
install `miactl` like this:
2828

2929
```sh
30-
go install github.com/mia-platform/miactl/cmd/miactl@v0.9.0
30+
go install github.com/mia-platform/miactl/cmd/miactl@v0.10.0
3131
```
3232

3333
Or like this if the `install` command is not available
3434

3535
```sh
36-
go get -u github.com/mia-platform/miactl/cmd/miactl@0.9.0
36+
go get -u github.com/mia-platform/miactl/cmd/miactl@0.10.0
3737
```
3838

3939
#### Binary Download
@@ -42,11 +42,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la
4242
choosing the correct platform and operating system:
4343

4444
```sh
45-
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.9.0/miactl-linux-amd64 -o /tmp/miactl
45+
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.10.0/miactl-linux-amd64 -o /tmp/miactl
4646
```
4747

4848
```sh
49-
wget -q https://github.com/mia-platform/miactl/releases/download/v0.9.0/miactl-linux-amd64 -O /tmp/miactl
49+
wget -q https://github.com/mia-platform/miactl/releases/download/v0.10.0/miactl-linux-amd64 -O /tmp/miactl
5050
```
5151

5252
After you have downloaded the file you can validate it against the checksum you can find at this [url] running the
@@ -74,7 +74,7 @@ sudo mv /tmp/miactl /usr/local/bin
7474
If you want to run the cli in its environment or you want to test the cli you can use the Docker image:
7575

7676
```sh
77-
docker run ghr.io/mia-platform/miactl@0.9.0 miactl
77+
docker run ghr.io/mia-platform/miactl@0.10.0 miactl
7878
```
7979

8080
### Windows
@@ -160,7 +160,7 @@ enable the autocompletion.
160160

161161
[Homebrew]: https://brew.sh "The Missing Package Manager for macOS (or Linux)"
162162
[Golang]: https://go.dev "Build simple, secure, scalable systems with Go"
163-
[url]: https://github.com/mia-platform/miactl/releases/download/v0.9.0/checksums.txt "miactl checksums"
163+
[url]: https://github.com/mia-platform/miactl/releases/download/v0.10.0/checksums.txt "miactl checksums"
164164
[`bash-completion`]: https://github.com/scop/bash-completion "Programmable completion functions for bash"
165165
[`oh-my-zsh`]: https://ohmyz.sh "Oh My Zsh is a delightful, open source, community-driven
166166
framework for managing your Zsh configuration"

0 commit comments

Comments
 (0)