Skip to content

Commit

Permalink
Create release 0.3.0 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamet committed May 27, 2021
1 parent 8140a5c commit 372a6bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change log


## 0.3.1 - 2021-05-27

### Fixed
* Whalebrew search without pattern was wrongly claiming to list all available packages (#133)
* Images were wrongly run with TTY in case commands were piped (#136)

### Added
* Add a linter to validate image labels (#126)

## 0.3.0 - 2021-01-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Next, you can install whalebrew via Homebrew on macOS and Linux:

If you're not using Homebrew, you can download a binary and use that:

curl -L "https://github.com/whalebrew/whalebrew/releases/download/0.3.0/whalebrew-$(uname -s)-$(uname -m)" -o /usr/local/bin/whalebrew; chmod +x /usr/local/bin/whalebrew
curl -L "https://github.com/whalebrew/whalebrew/releases/download/0.3.1/whalebrew-$(uname -s)-$(uname -m)" -o /usr/local/bin/whalebrew; chmod +x /usr/local/bin/whalebrew

Windows support is theoretically possible, but not implemented yet.

Expand Down

0 comments on commit 372a6bc

Please sign in to comment.