This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
GoFish 0.9.0
This release is an incremental release over 0.8.0 with a few enhancements:
- fixed a bug where gofish would upgrade everything on a
gofish upgrade
, rather than only the packages that need upgrades - fixed a bug where
gofish update
before callinggofish init
would cause a panic stack trace - allowed gofish to accept capitalized shasums for string comparison (thanks @PatrickLang!)
- fixed a bug where
gofish rig add
would report an unexpected error when adding a poorly-formed rig
You can see the full CHANGELOG on what's changed between v0.8.0 and v0.9.0 here.
Install
To install v0.9.0, you have two options:
1. From the Install Scripts
MacOS/Linux:
curl -fsSL https://raw.githubusercontent.com/fishworks/fish/master/scripts/install.sh | bash
Windows (PowerShell, as Administrator):
Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/fish/master/scripts/install.ps1'))
2. Upgrade GoFish with GoFish!
All users of GoFish can upgrade GoFish using GoFish! How neat is that?
First, you have to install GoFish, with GoFish:
gofish update
gofish install gofish
Then, any time you want to upgrade GoFish, call gofish upgrade
!
gofish upgrade gofish