Releases: mikeb26/bashgpt
Releases · mikeb26/bashgpt
bashgpt (v0.2.4)
bashgpt (v0.2.3)
Update dependencies
bashgpt (v0.2.2)
Build w/ CGO_ENABLED=0 The CircleCI go build images' toolchain depends on a version of GLIBC that is higher than the version that ships on Ubuntu 20.04. This means users trying to install the released binaries on Ubuntu 20.04 will see: ``` $ bashgpt bashgpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bashgpt) bashgpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bashgpt) ``` This commit attempts to mitigate the problem by building w/ CGO_ENABLED=0 as suggested by: https://github.com/golang/go/issues/57328
bashgpt (v0.2.1)
circleci config: Add ghr install
bashgpt (v0.1.5)
Write autocomplete script at 'bashgpt config' time
bashgpt (v0.1.4)
add vendor as bashgpt dependency As pointed out by @abhattacharyaNS1 Building from a freshly checked out tree fails because go mod vendor/download has not been run. This commit addresses it by adding vendor as a build dependency.
bashgpt (v0.1.3)
Fix install instructions
bashgpt (v0.1.2)
circleci config: Fix cut/paste typo
Spot Shell (v0.1.1)
Initial cut of bashgpt