Skip to content

Releases: demeter-run/cli

v1.0.0-alpha.0

28 Oct 13:10
6d1c175
Compare
Choose a tag to compare

v1.0.0-alpha.0 (2023-10-28)

Features

  • allow per-project configuration (#14)
  • add verbose flag (#8)
  • implement basic login command
  • cardano-nodes: use well-known default socket paths (#12)
  • cardano-nodes: improve proxy command (#1)
  • cardano-nodes: implement basic proxy command

Bug Fixes

  • handle latest version correctly in install script (#9)

Code Refactoring

  • unify config in single file (#17)
  • introduce context struct (#11)

Continuous Integration

  • add Cross file to fix multi-arch builds (#18)
  • tar binaries before upload (#5)
  • add validate workflow (#4)
  • add release workflow (#2)

Chore

  • remove legacy login cmd (#15)
  • create linux install script (#7)
  • add license and readme
  • initialize rust project
  • cardano-nodes: improve proxy diagnostic messages (#3)