Skip to content

Tags: treadiehq/gpu-kill

Tags

v0.1.10

Toggle v0.1.10's commit message
Release v0.1.10 - Bug fixes

v0.1.9

Toggle v0.1.9's commit message
Bump version to 0.1.9 - security patch release

- Fix RUSTSEC-2025-0134 (unmaintained rustls-pemfile)
- Update reqwest to v0.12
- Security audit now passes

v0.1.8

Toggle v0.1.8's commit message
Bump version to 0.1.8 for rebranding release

- Complete rebranding from kagehq to treadiehq
- Update domain from treadiehq.com to treadie.com
- Includes all previous v0.1.7 features:
  - Dashboard added back to repository
  - Multi-vendor GPU detection fixes
  - Build metadata capture

v0.1.7

Toggle v0.1.7's commit message
Add dashboard back to repository and bump version to 0.1.7

- Restore dashboard/ directory to repository
- Update .gitignore to allow dashboard files
- Dashboard is included in repo but not built by CI/CD
- Version bump to 0.1.7

v0.1.6

Toggle v0.1.6's commit message
Fix clippy warning: use map instead of and_then with Some

v0.1.5

Toggle v0.1.5's commit message
Fix formatting in build.rs

v0.1.4

Toggle v0.1.4's commit message
Remove dashboard build from CI/CD workflows and bump version to 0.1.4

v0.1.3

Toggle v0.1.3's commit message
feat: add one-liner installers and release workflow

v0.1.2

Toggle v0.1.2's commit message
ci(release): allow manual dispatch and fix tag var usage

v0.1.1

Toggle v0.1.1's commit message
ci(fmt): run cargo fmt to satisfy fmt check