Skip to content

Releases: pilat/devbox

v0.1.28

Choose a tag to compare

@github-actions github-actions released this 10 Jul 01:11
399255b

Changelog

  • 399255b fix(deps): update all non-major dependencies (#48)

v0.1.27

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:44
87d0353

Changelog

  • 87d0353 fix: forward extra arguments to devbox run scenarios (#47)

v0.1.26

Choose a tag to compare

@github-actions github-actions released this 03 Jul 01:39
e6e62ca

Changelog

  • cf9b69a fix(deps): update all non-major dependencies (#44)
  • e6e62ca fix: exclude Docker nested bind-mount points from git clean during source sync (#46)

v0.1.25

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:08
4f98387

Changelog

  • 4f98387 fix: detect TTY with real isatty check instead of char-device test (#45)

v0.1.24

Choose a tag to compare

@github-actions github-actions released this 23 Jun 01:39
3c382e1

Changelog

  • a2cad8e chore(deps): migrate to docker compose v5 (#41)
  • 3c382e1 chore: modernize tooling (Go 1.26.4, deps, renovate, golangci-lint) (#42)

v0.1.23

Choose a tag to compare

@github-actions github-actions released this 07 Apr 14:10
baaae8f

Changelog

  • ed8ed54 chore(deps): bump github.com/docker/compose/v2 from 2.40.2 to 2.40.3 (#21)
  • e2d89a8 chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.7 to 6.7.8 (#25)
  • 74bc3a4 chore(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 (#28)
  • baaae8f fix: use git clean -fdx to remove gitignored files from sources (#40)

v0.1.22

Choose a tag to compare

@github-actions github-actions released this 26 Dec 20:47
aa374ce

Changelog

v0.1.21

Choose a tag to compare

@github-actions github-actions released this 01 Oct 00:46
f822770

Changelog

  • e926371 chore: add dependabot (#3)
  • f822770 feat: add --no-tty flag to run and shell commands (#5)

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 06 Jun 16:45
742b3b6

Changelog

  • 742b3b6 fix: prevent git clone from hanging on auth prompts (#2)

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 28 Jan 08:04

Changelog

  • f8e1cd5 fix: revert autodetection refactoring