Skip to content

Releases: mikeb26/bashgpt

bashgpt (v1.0.4)

11 Dec 21:06
4aee14b

Choose a tag to compare

Update to GPT 5.2

bashgpt (v1.0.3)

17 Nov 21:25
e9e1ee6

Choose a tag to compare

Update to GPT 5.1

bashgpt (v1.0.2)

07 Aug 20:12
ecb9c09

Choose a tag to compare

Update to gpt-5-mini

bashgpt (v1.0.1)

13 Jun 18:09
44d9955

Choose a tag to compare

downgrade from o3 to o4-mini

o3 is not accessible for all users.

bashgpt (v1.0.0)

13 Jun 18:05
3b725ef

Choose a tag to compare

upgrade from gpt4o to o3

bashgpt (v0.2.4)

30 May 17:38
3e4be8b

Choose a tag to compare

Upgrade to GPT4o

bashgpt (v0.2.3)

29 Jan 17:04
85b7e53

Choose a tag to compare

Update dependencies

bashgpt (v0.2.2)

08 Nov 22:49
7722df5

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

Choose a tag to compare

circleci config: Add ghr install

bashgpt (v0.1.5)

05 May 18:17
f22027a

Choose a tag to compare

Write autocomplete script at 'bashgpt config' time