Skip to content

Commit

Permalink
Prepare release 0.8.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishi0x01 authored Jan 27, 2021
1 parent 07bebe5 commit 135b47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Latest
## v0.8.0 (January 27, 2021)

ENHANCEMENTS:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ nix-env -i vsh
E.g., install to `/usr/local/bin`:

```sh
sudo curl -sLo /usr/local/bin/vsh https://github.com/fishi0x01/vsh/releases/download/v0.7.2/vsh_$(uname | tr '[:upper:]' '[:lower:]')_amd64
sudo curl -sLo /usr/local/bin/vsh https://github.com/fishi0x01/vsh/releases/download/v0.8.0/vsh_$(uname | tr '[:upper:]' '[:lower:]')_amd64
```

It is recommendable to verify [checksums](https://github.com/fishi0x01/vsh/releases/download/v0.7.2/SHA256SUM) for data integrity.
It is recommendable to verify [checksums](https://github.com/fishi0x01/vsh/releases/download/v0.8.0/SHA256SUM) for data integrity.

## Supported commands

Expand Down

0 comments on commit 135b47c

Please sign in to comment.