Skip to content

v0.1.1

Compare
Choose a tag to compare
@kamilsk kamilsk released this 26 Oct 11:32
· 52 commits to main since this release
v0.1.1
e4788b6

Sparkle now has just one binary instead of two! ✨

Before, sparkle was related to the server side, and sparklectl to the client side.

sparkle run &
sparklectl whoami
sparklectl stream diary make --until=2023-10-31

After

sparkle server run &
sparkle client whoami
sparkle stream diary make --until=2023-10-31

It will simplify the interaction with the service.

Changelog

  • e4788b6 feat: switch to single binary instead of splitted by server and client
  • a9906fa chore: remove static.go and little update v0.1.0 release notes
  • d54148b feat: add single point of commands

made with ❤️ for everyone by OctoLab