Releases: solworktech/zaje
Releases · solworktech/zaje
v0.21.25
v0.21.24
Changelog
- f33e4bf Add
rpmlint
function - f834674 Added --build-info flag
- 1c107cf Added --version flag
- f844cb0 New highlight version to support
rpmlint
- 51df339 Note about installing debs and RPMs
- ab02efe Test with Go 1.23.0
- a54f387 declare syntax_file as
"config|noreplace"
- 8a3373e man page
- 009010e update gohighlight submodule
v0.21.23
v0.21.22
v0.21.21
v0.21.20
v0.21.19
v0.21.1-19
v0.21.1-18
Changelog
- acb2782 Disabling import check pro tem as I'm getting: go: golang.org/x/tools/cmd/goimports@latest (in golang.org/x/[email protected]): go.mod:3: invalid go version '1.22.0': must match format 1.23 in GH Actions.
- de55c99
history
alias causes issues when history is invoked with args (say-a
). Comment out for now.
v0.21.1-17
Changelog
- 7518038 Apparently, in RHEL based distros,
which
reads aliases and functions by default so pass--skip-alias --skip-functions
to prevent that.