Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:07
8660056

Changelog

  • 5a6a53d Initial commit
  • 8660056 ci(make): add install target
  • 1d15e43 ci: add CI and release workflow
  • 75607b2 feat(cli): create basic CLI
  • 281f242 feat(go): show go version
  • 5080d24 feat: add current working directory to prompt
  • 3459b8c feat: print prompt symbol
  • b92cecf refactor(make): add dev, run will build and run the CLI binary
  • d1199bd refactor: move code to internal/
  • 2da7b7c refactor: replace carlmjohnson/be by stretchr/testify
  • b5dfba1 refactor: show exit code before symbol (as we have no color yet)
  • 3774e51 refactor: use struct to format prompt output