Skip to content

Commit f58ce00

Browse files
committed
docs: v0.6.0
1 parent 30e1d3e commit f58ce00

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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.6.0] - 2023-06-08
11+
1012
### Changed
1113

1214
- reworked the http connection to the remote servers to allow support for custom installations
@@ -20,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022

2123
- if you use a url that ends with `/` as endpoint, the remote calls are not broken anymore
2224

23-
## [0.5.0] - 2022-05-10
25+
## [0.5.0] - 2023-05-10
2426

2527
### Changed
2628

@@ -30,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032

3133
- new command for listing the user companies
3234

33-
## [0.4.0] - 2022-04-07
35+
## [0.4.0] - 2023-04-07
3436

3537
### Changed
3638

docs/20_setup.md

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

2525
```sh
26-
go install github.com/mia-platform/miactl@0.5.0
26+
go install github.com/mia-platform/miactl@0.6.0
2727
```
2828

2929
Or like this if the `install` command is not available
3030

3131
```sh
32-
go get -u github.com/mia-platform/miactl@0.5.0
32+
go get -u github.com/mia-platform/miactl@0.6.0
3333
```
3434

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

4040
```sh
41-
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.5.0/miactl-linux-amd64 -o /tmp/miactl
41+
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.6.0/miactl-linux-amd64 -o /tmp/miactl
4242
```
4343

4444
```sh
45-
wget -q https://github.com/mia-platform/miactl/releases/download/v0.5.0/miactl-linux-amd64 -O /tmp/miactl
45+
wget -q https://github.com/mia-platform/miactl/releases/download/v0.6.0/miactl-linux-amd64 -O /tmp/miactl
4646
```
4747

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

6666
```sh
67-
docker run ghr.io/mia-platform/miactl@0.5.0 miactl
67+
docker run ghr.io/mia-platform/miactl@0.6.0 miactl
6868
```
6969

7070
## Shell Autocompletion
@@ -123,7 +123,7 @@ enable the autocompletion.
123123

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

0 commit comments

Comments
 (0)