Skip to content

CLI v0.10.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:57
· 246 commits to main since this release
28cf97f

Install

curl -fsSL https://raw.githubusercontent.com/dvcdsys/code-index/main/install.sh | bash

Re-run the same command later to upgrade — the installer
picks the latest cli/v* release and skips if you already
have it (use --force to reinstall).

What's Changed

  • build(cli): keep the Go symbol table in release binaries (drop -s, keep -w) by @dvcdsys in #151
  • build(server): keep the Go symbol table in image builds (drop -s, keep -w) by @dvcdsys in #152

Full Changelog: cli/v0.10.1...cli/v0.10.2