diff --git a/CHANGELOG.md b/CHANGELOG.md index 93470635..c1577f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 912a106a..79cc26d5 100644 --- a/README.md +++ b/README.md @@ -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.