Skip to content

Releases: edouard-lopez/pure.go

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 23:11
v0.3.0
63a8389

Changelog

  • efbf0e5 ci: fix version for goreleaser and gotestsum
  • af4b4ee doc(make): add documentation for each task
  • 63a8389 feat(git): display git branch
  • 61f3046 fix: use blue color for current working directory
  • bf5a5d3 refactor: move cwd to internal segments/ directory

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 21:50

Changelog

  • 720cf9a ci: set TERM to xterm to fix color error
  • b899827 fix: return go version instead of version used to build binary

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:54
2a39083

Changelog

  • ea0c66a ci: execute unit tests and e2e separatly
  • c9f90a1 feat: add color to symbol and current working directory

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