Releases: captainsafia/grove
Releases · captainsafia/grove
grove v0.0.2
Grove v0.0.2
Grove is a CLI tool for managing Git worktrees. This release includes binaries for Linux, macOS, and Windows.
To install or upgrade Grove, acquire the binary for your platform from the release below then run:
# Extract the archive
tar -xzf grove_<OS>_<ARCH>.tar.gz
# Move the binary to a directory in your PATH
sudo mv grove /usr/local/bin/
# Make it executable (if needed)
chmod +x /usr/local/bin/groveChangelog
Features
- 9361ba9: feat: add init command (@captainsafia)
Bug fixes
- 7f6aab7: fix: fix list of bare clone format (@captainsafia)
Performance improvements
- 78cce9a: perf: use git status for list command (@captainsafia)
Others
- 71aad98: chore: update goreleaser config (@captainsafia)
- a145958: doc: update readme and release docs (@captainsafia)
Full Changelog: v0.0.1...v0.0.2
grove v0.0.1
Grove v0.0.1
Grove is a CLI tool for managing Git worktrees. This release includes binaries for Linux, macOS, and Windows.
Installation
go install github.com/captainsafia/grove@latestChangelog
Features
- 20911bf: feat: add initial list and prune commands (Safia Abdalla [email protected])
Bug fixes
- bdfe979: fix: fix creation time check in CI (Safia Abdalla [email protected])
Others
- 4619bae: chore: initial commit (Safia Abdalla [email protected])
- 96a5231: chore: set up release workflow (Safia Abdalla [email protected])
Full Changelog: ...v0.0.1
Thanks to all contributors! 🚀