Skip to content

Releases: mikeb26/bashgpt

bashgpt (v0.2.4)

30 May 17:38
3e4be8b
Compare
Choose a tag to compare
Upgrade to GPT4o

bashgpt (v0.2.3)

29 Jan 17:04
85b7e53
Compare
Choose a tag to compare
Update dependencies

bashgpt (v0.2.2)

08 Nov 22:49
7722df5
Compare
Choose a tag to compare
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)

08 Nov 16:17
a244fb5
Compare
Choose a tag to compare
circleci config: Add ghr install

bashgpt (v0.1.5)

05 May 18:17
f22027a
Compare
Choose a tag to compare
Write autocomplete script at 'bashgpt config' time

bashgpt (v0.1.4)

01 May 15:47
bf06eaf
Compare
Choose a tag to compare
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)

28 Apr 00:24
f12dc7a
Compare
Choose a tag to compare
Fix install instructions

bashgpt (v0.1.2)

28 Apr 00:11
447da84
Compare
Choose a tag to compare
circleci config: Fix cut/paste typo

Spot Shell (v0.1.1)

28 Apr 00:06
184f775
Compare
Choose a tag to compare
Initial cut of bashgpt