Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: hedzr/bgo

Tags

v0.5.31

Toggle v0.5.31's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.31

v0.5.25

Toggle v0.5.25's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.25

v0.5.21

Toggle v0.5.21's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.21 (fix gh action)

- removed sending to coverall in gh action

v0.5.19

Toggle v0.5.19's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.19

v0.5.18

Toggle v0.5.18's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.18

- v0.5.18
  - upgrade deps
  - fixed: change `SaveAs`(`--output`) field from string slice to string

v0.5.16

Toggle v0.5.16's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.16

v0.5.13

Toggle v0.5.13's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to 0.5.13

- v0.5.13
  - improved the logging
  - review deep copy codes after upgraded evendeep library
  - fixed lost fields after restoring cmdr checkpoint
  - fixed tests
  - added `test` subcommand to forward control to `go test`

v0.5.11

Toggle v0.5.11's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.11

- maintaining with security reason

v0.5.9

Toggle v0.5.9's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.9

- v0.5.9

  - smaller binary sizes by new cmdr

v0.5.8

Toggle v0.5.8's commit message

Verified

This commit was signed with the committer’s verified signature.
hedzr hz
bump to v0.5.8

- v0.5.8

  - fixed wrong loops when `bgo` in short mode: `bgo -s`
  - improved subcmd `sbom` to produce pretty yaml format directly
  - improved logx to recognize `--no-color`/`-nc`/`NO_COLOR=1`/`NOCOLOR=1` mode so that `bgo sbom -nc` can produce yaml outputs without ANSI Color Escape Sequences.