Skip to content

Releases: brad-jones/gomake

v2.4.1

27 Mar 05:08
Compare
Choose a tag to compare

2.4.1 (2019-03-27)

Bug Fixes

  • error: main error recovery method logic improvements (d33a25a)

v2.4.0

26 Mar 03:22
Compare
Choose a tag to compare

2.4.0 (2019-03-26)

Features

  • error: handling improvements, no longer recovers from panics (b53106a)

v2.3.1

19 Mar 04:58
Compare
Choose a tag to compare

2.3.1 (2019-03-19)

Bug Fixes

  • proxy-args: in some cases arguments were not being parsed correctly (18e9c7d)

v2.3.0

10 Mar 02:04
Compare
Choose a tag to compare

2.3.0 (2019-03-10)

Features

  • executor: working dir now set to one level above the ".gomake" dir (55c33e5)

v2.2.2

07 Mar 05:33
Compare
Choose a tag to compare

2.2.2 (2019-03-07)

Bug Fixes

  • missing-parent-cmds: now get filled in automatically by a noop func (a7421dd), closes #2
  • proxy-args: "addCmdWithArgs declared and not used" error (cb743ef)

v2.2.1

06 Mar 08:03
Compare
Choose a tag to compare

2.2.1 (2019-03-06)

Bug Fixes

  • go-node-versions: bump versions of go and node used in pipeline (7119070)

v2.2.0

06 Mar 07:52
Compare
Choose a tag to compare

2.2.0 (2019-03-06)

Features

  • proxy-args: positional arguments are now not parsed by cobra (665ae33)

v2.1.3

25 Feb 02:45
Compare
Choose a tag to compare

2.1.3 (2019-02-25)

Bug Fixes

  • cmd-names: now can have numbers in them (4dc15cd)
  • error-handling: improvements to allow for easier debugging (d990cfa)

v2.1.2

14 Feb 02:11
Compare
Choose a tag to compare

2.1.2 (2019-02-14)

Bug Fixes

  • brew: must download a tarball and extract, can not download direct (6526e07)

v2.1.1

13 Feb 06:30
Compare
Choose a tag to compare

2.1.1 (2019-02-13)

Bug Fixes

  • golang-modules: use gopkg.in service now that we are to v2 (fa348a9)