Skip to content

v1.0.1 (2026-05-12)

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 11:01

Release Notes

Patch Release

This patch release fixes compatibility issues and improves the release workflow. Including the tools feature was breaking the installation process.

Bug Fixes

  • Rust 1.94 Compatibility: Pinned sysinfo dependency to 0.38 in demo/windows_detect_powershell.rs to maintain compatibility with Rust 1.94 (sysinfo 0.39+ requires Rust 1.95)

Improvements

  • Release Workflow: Updated release.yml via dist init to fix cargo-dist compatibility issues
  • All workspace crates updated to v1.0.1

Notes

  • The convert_case compatibility issue mentioned in v1.0.0 release notes was already fixed prior to v1.0.0
  • No breaking changes; safe to upgrade from v1.0.0

thag_demo 1.0.1

Install thag_demo 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/durbanlegend/thag_rs/releases/download/v1.0.1/thag_demo-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/durbanlegend/thag_rs/releases/download/v1.0.1/thag_demo-installer.ps1 | iex"

Download thag_demo 1.0.1

File Platform Checksum
thag_demo-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
thag_demo-x86_64-apple-darwin.tar.xz Intel macOS checksum
thag_demo-x86_64-pc-windows-msvc.zip x64 Windows checksum
thag_demo-x86_64-pc-windows-msvc.msi x64 Windows checksum
thag_demo-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

thag_rs 1.0.1

Install thag_rs 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/durbanlegend/thag_rs/releases/download/v1.0.1/thag_rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/durbanlegend/thag_rs/releases/download/v1.0.1/thag_rs-installer.ps1 | iex"

Download thag_rs 1.0.1

File Platform Checksum
thag_rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
thag_rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
thag_rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
thag_rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
thag_rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

thag_profiler 1.0.1

Install thag_profiler 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/durbanlegend/thag_rs/releases/download/v1.0.1/thag_profiler-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/durbanlegend/thag_rs/releases/download/v1.0.1/thag_profiler-installer.ps1 | iex"

Download thag_profiler 1.0.1

File Platform Checksum
thag_profiler-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
thag_profiler-x86_64-apple-darwin.tar.xz Intel macOS checksum
thag_profiler-x86_64-pc-windows-msvc.zip x64 Windows checksum
thag_profiler-x86_64-pc-windows-msvc.msi x64 Windows checksum
thag_profiler-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum