Releases: plars/repomon
Releases · plars/repomon
v0.4.0
Changelog
- cb73f39 Update install instructions in README
- fced23f chore: add LICENSE file
- e145ac8 chore: remove version from release archive filename
- 69ae747 feat: Add caching for git repos
- 0da9e16 feat: flip default for caching to be on
- 5f5e629 fix: avoid errors if repo uses lfs and lfs not installed
- ab4e333 fix: create config when adding repo if it doesn't exist
- 046ab06 fix: if specifying days=1 on commandline it could get lost
- ce81b7d fix: resolve stale cache, collision, and permission bugs in repo caching
- 869168e fix: use storer.ErrStop instead of string sentinel to stop commit iteration
- 0615a35 refactor: GitCloner returns repo path directly, eliminating cache-to-temp copy
v0.3.0
Changelog
- b58e4b5 Add .golangci.yaml
- 3af074a Add CI workflow
- af0158a Add basic error handling for parseRepoString()
- e7971c6 Add codecov badge to README
- 45e88a4 Add codecov to ci runs
- ca5f967 Add edge tests for parseGitURL()
- 9d31c5c Add goreleaser support
- 7bd650d Fix linter errors
- ffa3a40 Handle empty branch errors in parseRepoString()
- a9fcfbf Move list command into it's own file
- 8da12c1 Small formatting issue
- d70b750 Start breaking out commands into separate files - version
- 331b3ac Use codecov token
- da16f33 break out concurrency default into a const
- b9c46a6 chore: add archives and changelog config to goreleaser
- 040d9ad chore: add release workflow
- 1f788a3 fix codecov files param
- d41a39c refactor: move add command into its own file
- 1019d3d refactor: move rm command into its own file
- 512a3c8 refactor: move run command into its own file
- 69f4ed7 remove run as subcommand - it's the default action
- f770960 remove some deprecated code