Skip to content

Releases: VDuchauffour/usus

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:49

Changes

🚀 Features

  • feat: add a completion subcommand (#24)
  • feat: use oauth for anthropic and remove subday and --per-keys for opencode (#23)
  • feat: drop trailing zero decimals from cost display in render (#21)
  • feat: add rolling usages for opencode-go (#19)

🧹 Maintenance

  • chore: add an install script (#25)
  • chore: remove hardcoded provider ids (#22)
  • chore: rename opencode-go provider to opencode (#20)

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:58

Changes

🚀 Features

  • feat: add a schema validation for the config (#17)
  • feat: add cargo style for the cli (#10)
  • feat: use toml for the config file (#9)
  • feat: refacto the lib to handle multiple providers (#8)
  • feat: add a spinner when fetching data (#3)

🧹 Maintenance

  • chore: reverse the order of the cli between provider and action (#18)
  • chore: refacto styles (#16)
  • chore: refacto and add impl for BillingPeriod (#15)
  • chore: refacto cmd modules (#14)
  • chore: add devcontainer to the project (#13)
  • chore: imrpove login prompt (#12)
  • chore: move render to its ui module (#11)
  • chore: add cache for all crates in coverage job (#7)
  • chore: refacto main.rs (#6)
  • chore: handle testing with codecov (#5)
  • chore: add codecov to the project (#4)
  • chore: improve the cli design by using clap (#2)
  • chore: add just commands in the project (#1)

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 12:00

Changes

  • Initial release