Skip to content

Releases: kyleburton/bake

bake-1.0.18

02 Sep 16:48
f5492d7
Compare
Choose a tag to compare

Fixes a bake init bug when EDITOR was unset, documentation updates allowing the getting started examples to be literal copy & paste.

bake-1.0.17

15 Nov 21:17
033b0bd
Compare
Choose a tag to compare

Fix git import for packages

This fixes importing for packages coming from git. It adds support
for importing over ssh and gets rid of dependencies on sed ( because
OSX's sed is trash ) and awk.

The only thing not supported is packages that want to use the
Git daemon protocol, but it's recommended that you wrap that in
ssh/https anyways, due to it's concerning lack of auth.

bake-1.0.14

11 Jan 22:05
Compare
Choose a tag to compare

Complete only the first arg to bake

bake-1.0.13

01 Jul 20:09
Compare
Choose a tag to compare
  • attempt to handle colons in task names for bash completion
  • rework requires to support full paths as well as paths relative to the bakefile

bake-1.0.12

16 May 15:41
8e3ec4e
Compare
Choose a tag to compare

Introduce support for auto-including files from ./bake, allowing projects to have no Bakefile and just a directory of libraries.

bake-1.0.11

12 Apr 13:48
Compare
Choose a tag to compare
  • allow BAKEPATH to be set w/o overriding the default entirely
  • additional shellcheck linting

bake-1.0.10

20 Oct 20:14
Compare
Choose a tag to compare

Major Features:

  • none

Fixes:

  • silence the output of popd
  • ignore shellcheck warning about dynamically sourced libraries or scripts (this is a key feature of bake)

bake 1.0.6

23 Jul 20:01
Compare
Choose a tag to compare

New with bake_require_git

10 Feb 17:56
Compare
Choose a tag to compare

This supersedes the 1.0.4 release.

New and Improved with Git Requires!

10 Feb 17:36
Compare
Choose a tag to compare

Introduce bake_require_git which allows for arbitrary git repositories, though is slightly more complex than the standard bake_require.