Install bt 0.20.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/braintrustdata/bt/releases/download/v0.20.0/bt-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/braintrustdata/bt/releases/download/v0.20.0/bt-installer.ps1 | iex"Download bt 0.20.0
| File | Platform | Checksum |
|---|---|---|
| bt-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| bt-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| bt-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| bt-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bt-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| bt-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
| bt-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
Commits
- chore: release v0.20.0 (#372) (332193f)
- bump bt daemon to latest (#371) (5827c45)
- [topics] remove --relabel-overlap from topics (#369) (2875b61)
- ci: fix release-notes commit range for manual/backport releases (#370) (0bcd6fa)
- ci: add commit messages to generated release notes (#368) (e3ee4ed)
- docs(skills): point sdk-install guides at per-language install pages (#358) (6501ad3)
Full Changelog: v0.19.3...v0.20.0