Casey Rodarmor
26098ba609
Bump version: 0.3.4 -> 0.3.5 ( #286 )
2017-12-11 21:44:45 +01:00
Casey Rodarmor
79c0994387
Add env_var(key)
and env_var_or_default(key, default)
functions ( #280 )
...
`env_var(key)` looks up the value of the environment variable with name `key`, aborting execution if it is not found.
`env_var_or_default(key, default)` looks up the value of the environment variable with name `key`, returning `default` if it is not found.
2017-12-02 23:59:07 +01:00
Casey Rodarmor
661342bb11
Update changelog ( #278 )
2017-12-02 15:16:52 +01:00
Casey Rodarmor
19a559c868
Misc fixes before publishing new version ( #271 )
2017-11-30 19:38:44 +01:00
Casey Rodarmor
def1bda9ff
Miscellaneous cleanup ( #261 )
2017-11-19 23:16:55 -08:00
Casey Rodarmor
8fa91a4eb1
Hide recipes with names starting with an _ from --list and --sumamary ( #229 )
2017-10-06 23:48:07 -07:00
Casey Rodarmor
0024dae720
Start a changelog in CHANGELOG.md ( #220 )
...
Empty for now, except for a note that the changelog has begun :P
2017-08-25 01:40:57 -07:00