Skip to content

v0.0.20

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 00:02

Release Notes

11 June 2025

  • chore: release v0.0.20 #507
  • build(deps): bump reqwest from 0.12.19 to 0.12.20 #506
  • build(deps): bump clap_complete from 4.5.52 to 4.5.54 #505
  • build(deps): bump clap_complete_nushell from 4.5.6 to 4.5.7 #504
  • build(deps): bump clap from 4.5.39 to 4.5.40 #502
  • build(deps): bump clap_complete from 4.5.51 to 4.5.52 #500
  • build(deps): bump reqwest from 0.12.18 to 0.12.19 #501
  • build(deps): bump clap_complete_nushell from 4.5.5 to 4.5.6 #499
  • build(deps): bump clap_complete from 4.5.50 to 4.5.51 #497
  • build(deps): bump reqwest from 0.12.15 to 0.12.18 #496
  • build(deps): bump clap from 4.5.38 to 4.5.39 #498
  • build(deps): bump tokio from 1.45.0 to 1.45.1 #495
  • refactor(cli): heap allocate hitt_sse::Error to reduce enum size #494
  • build(deps): bump crossterm to v0.29.0 #493
  • test(cli): run with dir input #492
  • feat(cli): support multiple input paths #491
  • test(cli): test commands #490
  • build(deps): bump clap_complete from 4.5.48 to 4.5.50 #489
  • build(deps): bump tokio from 1.44.2 to 1.45.0 #487
  • build(deps): bump clap from 4.5.37 to 4.5.38 #488
  • build(deps): bump tempfile from 3.19.1 to 3.20.0 #486
  • build(deps): bump clap_complete from 4.5.47 to 4.5.48 #485
  • build(deps): bump clap from 4.5.36 to 4.5.37 #483
  • fix(cargo-dist): manually set gh action runs-on to ubuntu-latest #484
  • build(deps): bump clap from 4.5.35 to 4.5.36 #482
  • build(deps): bump tokio from 1.44.1 to 1.44.2 #481
  • build(deps): bump clap from 4.5.34 to 4.5.35 #480
  • build(deps): bump clap from 4.5.32 to 4.5.34 #478
  • build(deps): bump once_cell from 1.21.2 to 1.21.3 #479
  • build(deps): bump once_cell from 1.21.1 to 1.21.2 #477
  • build(deps): bump jsonformat from 2.0.0 to 2.1.0 #476

Install hitt 0.0.20

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/hitt/releases/download/v0.0.20/hitt-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/hitt/releases/download/v0.0.20/hitt-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/hitt

Install prebuilt binaries into your npm project

npm install hitt-cli@0.0.20

Download hitt 0.0.20

File Platform Checksum
hitt-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
hitt-x86_64-apple-darwin.tar.gz Intel macOS checksum
hitt-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
hitt-x86_64-pc-windows-msvc.msi x64 Windows checksum
hitt-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
hitt-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum