Releases: permafrost-dev/git-ninja
Releases · permafrost-dev/git-ninja
v0.6.0
v0.5.0
Changelog
- b626b1d Bump golang.org/x/net from 0.22.0 to 0.23.0
- 0d083ea Create codeql.yml
- 72f74ee Merge pull request #5 from permafrost-dev/dependabot/go_modules/golang.org/x/net-0.23.0
- 498a37f Update README.md
- e2ccaa4 add checkout command
- 6e9161c add codeql config
- f737401 add screenshots to docs
- 83cbf11 code cleanup
- 9f69541 fix codeql suggestions
- 64ba669 update docs
- 3970f10 wip
v0.4.0
Changelog
- eb2d9fb do not display score in frequent branches output
- 2f862ed refactor list frequent branches code, simplify, and implment more effective frequency algorithm
- 30c7265 refactoring
- efbcdf8 refactoring and code cleanup/organization; list recent branches now hides the current branch from the results
- 8cd8531 refactoring, significantly simplified search command
- 36a9907 update docs
- 38c5618 update docs
- cbc86da wip
v0.3.0
v0.2.0
Changelog
- a5e5129 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
- 01cfe5c Merge pull request #4 from permafrost-dev/dependabot/go_modules/github.com/spf13/cobra-1.8.1
- f2bede1 Update Go version in go.mod from 1.19 to 1.20
- 53aa906 add --switch flag to branch:last to checkout the branch
- a7ab02d change --switch flag to --checkout for branch:last command
- ed74daa update docs
- 78038a7 update docs with more examples and a "git aliases" section
- 208ef5b update headings to fix markdownlint warnings
- 4598f6c update pre-commit hook; add markdownlint config file; update readme
v0.1.0
Changelog
- dd21111 Initial commit
- f2e56dc Remove pushCurrentBranch command as it is no longer needed
- 4f785e9 add branch:recent command
- edb286f add codecov config
- d8066e7 add search branches command
- 8998927 initial commit
- 70dc852 initial implementation
- 800d718 refactoring
- cf1568b tooling updates
- 08367a5 update dependabot merge workflow
- ec4fcfd update docs
- 0d58b25 update docs
- b0aa57f update goreleaser config
- 2cadfd4 update license
- 7fb308f update precommit script
- e5ebfe7 update test workflow
- d7d9261 wip