Skip to content

Releases: knqyf263/cob

v0.0.8

27 Oct 03:51
b3c7ff1
Compare
Choose a tag to compare

Changelog

  • b3c7ff1 Add option to fail on empty results (#41)

v0.0.7

19 Oct 03:36
95a46a4
Compare
Choose a tag to compare

Changelog

  • 95a46a4 chore(deps): bump golang.org/x/tools from 0.0.0-20200110213125-a7a6caa82ab2 to 0.14.0 (#36)
  • a9889c4 chore(deps): bump github.com/stretchr/testify from 1.3.0 to 1.8.4 (#37)
  • 8313150 Build docker images (#39)
  • 6f9a1fd Fix golancgi-lint go version (#40)
  • 9ae8ddb Fix goreleaser configuration (#30)
  • 4db1964 chore(deps): bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5 (#33)
  • 3dbcf06 chore(deps): bump actions/setup-go from 1 to 4 (#31)
  • 27fa6cb chore(deps): bump actions/checkout from 1 to 4 (#34)
  • 7f890b4 Auto-approve Dependabot PRs (#38)
  • 1a615b9 Use native golangci-lint-action (#28)
  • 7ce83a0 Enable dependabot (#29)
  • 03d6a33 Changed: New arg for specify git path (#27)

v0.0.6

20 Apr 09:05
45e54c7
Compare
Choose a tag to compare

Changelog

45e54c7 chore: support Go 1.14 (#20)
582a053 feat: skip running cob (#19)

v0.0.5

31 Jan 08:41
f2a3428
Compare
Choose a tag to compare

Changelog

f2a3428 fix: error message (#15)

v0.0.4

19 Jan 09:03
66ce394
Compare
Choose a tag to compare

Changelog

66ce394 feat: ignore no benchmark commit (#12)

v0.0.3

15 Jan 13:10
6f6ccdf
Compare
Choose a tag to compare

BREAKING CHANGE

Make it possible to pass a command and arguments directly (#9)

$ cob -bench-args "test -bench Append -benchmem ./..."

New Features

  • Add -compare option (#10)
  • Add -base to specify a base commit (#6)

Changelog

6f6ccdf feat: add -compare option (#10)

v0.0.2

14 Jan 13:28
8e3da16
Compare
Choose a tag to compare

Changelog

8e3da16 feat: check if there are changes found in the git tree (#3)

v0.0.1

12 Jan 19:02
Compare
Choose a tag to compare

Changelog

543171c fix: change a default value of threshold