Releases: alexisvisco/gwd
Releases · alexisvisco/gwd
Update dependencies
refactor: update dependencies and go version The diff shows updates to the Go version, toolchain, and several dependencies in the go.mod file. It also includes some minor refactoring in the import statements to group external and internal packages separately.
Update dependencies
Update dependencies
remove profiling by default
v0.1.1 profile: only profile if GWD_PROFILE is set
Big update: use stdin or file with a list of file path to compute module diff
v0.1.0 refactor: use list of files change to compute modules changes instead…
Update go-git and git tree getter algorithm
v0.0.10 update: go-git version, git tree algorithm
Fix: don't print newline at end if no module change
v0.0.9 fix: don't print if no modules
Change of separator: use space instead of newline
v0.0.8 fix: use space instead of newline as a separator for human output
v0.0.7
change: diff help, use std filepath walk
v0.0.6
fix: use merge request event for triggered pipeline
v0.0.5
fix: generate pipeline with "working" stage