Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 02:54
· 18 commits to main since this release
701be65

Added

  • (ci) Add release-plz and GitHub release upload actions (#3)
  • Add --examples CLI argument which displays examples from the README (#2)
  • Add --color and --no-color flags
  • Add optional --cmdline argument
  • Parse names from cmdline if they are truncated at max 15 chars
  • Add --help text
  • Sort signals in value order
  • Add CLI arguments

Other

  • README updates
  • Add installation instructions
  • README updates
  • Small README update
  • Refactor get_name() to be more correct, readable, and faster
  • Remove --cmdline argument for simplicity
  • cargo update
  • Small wording change
  • Description change
  • Add README
  • (ci) Error on clippy warnings and check formatting in CI (#1)
  • Add note to help text
  • Format comments
  • Add Build GH action
  • Populate crates.io fields in Cargo.toml
  • Add LICENSE* files
  • First commit