Commit Graph

1223 Commits

Author SHA1 Message Date
Casey Rodarmor
807bafe417
Release 1.1.2 ()
- Bump version: 1.1.1 → 1.1.2
- Update changelog
- Update dependencies
- Update man page
2022-03-31 05:27:07 +00:00
Casey Rodarmor
52f73db33d
Search for missing recipes in parent directory justfiles () 2022-03-31 05:13:59 +00:00
Casey Rodarmor
1c9297452b
Document indentation rules () 2022-03-24 04:20:36 +00:00
Casey Rodarmor
ddac064296
Remove stale link from readme () 2022-03-24 03:23:20 +00:00
Casey Rodarmor
fc8650f100
Release 1.1.1 ()
- Bump version: 1.1.0 → 1.1.1
- Update changelog
- Update dependencies
- Update man page
2022-03-23 03:45:10 +00:00
Casey Rodarmor
cc91485d18
Build MacOS ARM release binaries () 2022-03-23 03:34:50 +00:00
Casey Rodarmor
9da8f41895
Upgrade Windows Actions runners to windows-latest () 2022-03-22 20:26:55 -07:00
Casey Rodarmor
599c4b29a6
Release 1.1.0 ()
- Bump version: 1.0.1 → 1.1.0
- Update changelog
- Update dependencies
- Update man page
2022-03-10 09:21:49 +00:00
Chris Hamons
7299353977
Add error() function () 2022-03-03 00:48:28 +00:00
Laura Demkowicz-Duffy
a3f61a19ff
Add absolute_path function () 2022-03-03 00:41:48 +00:00
Casey Rodarmor
fe33db9568
Release 1.0.1 ()
- Bump version: 1.0.0 → 1.0.1
- Update changelog
- Update dependencies
- Update man page
2022-02-28 10:03:28 +00:00
Casey Rodarmor
3118ce7211
Make path_exists() relative to current directory () 2022-02-28 03:09:31 +00:00
Quentin Nerden
88922b8974
Detail environment variable usage in readme () 2022-02-24 01:14:24 -08:00
Tim Byrne
63f96037c9
Format --init justfile () 2022-02-23 19:47:43 +00:00
Casey Rodarmor
fecb5e3f9d
Add hint for Node.js script compatibility () 2022-02-23 01:15:00 +00:00
Casey Rodarmor
a56af47e88
Release 1.0 () 2022-02-22 21:13:24 +00:00
Damian Kula
6271e94bc9
Add path_exists() function () 2022-02-21 21:45:30 +00:00
Casey Rodarmor
b4a0a8090d
Note that pipefail isn't normally set () 2022-02-17 22:02:03 +00:00
Casey Rodarmor
90e0fccb5d
Release 0.11.2 ()
- Bump version: 0.11.1 → 0.11.2
- Update changelog
- Update dependencies
- Update man page
2022-02-15 21:15:46 +00:00
Casey Rodarmor
57d47fe59a
Fix dotenv-load documentation () 2022-02-15 20:20:52 +00:00
Greg Lutostanski
4cb5c30290
Fixup broken release package script () 2022-02-14 21:54:39 -08:00
Casey Rodarmor
eb7c57af4d
Release 0.11.1 ()
- Bump version: 0.11.0 → 0.11.1
- Update changelog
- Update dependencies
- Update man page
2022-02-15 03:09:34 +00:00
Greg Lutostanski
bcdaa95a66
Allow duplicate recipes () 2022-02-15 02:37:06 +00:00
Casey Rodarmor
0988a424ed
Add arrow pointing to table of contents button () 2022-02-10 17:15:35 +00:00
Austin Ziegler
4882b5aac0
Improve readme () 2022-02-08 20:30:25 +00:00
Casey Rodarmor
77362f8d58
Remove asciidoc readme () 2022-02-07 00:22:14 +00:00
Casey Rodarmor
c3ba16ad74
Convert README.adoc to markdown () 2022-02-06 16:09:20 -08:00
Michael Lohr
d6fc24e22e
Add choco package to README () 2022-02-06 08:18:28 -08:00
Casey Rodarmor
027115ff00
Release 0.11.0 ()
- Bump version: 0.10.7 → 0.11.0
- Update changelog
- Update dependencies
- Update man page
2022-02-04 00:55:24 +00:00
Casey Rodarmor
5995221555
Change dotenv-load default to false ()
This changes the default value of `dotenv-load` from `true` to `false`. This
is a backwards incompatible change, and will require a minor version bump.
2022-02-02 03:16:35 +00:00
Casey Rodarmor
c59e4a9e66
Release 0.10.7 ()
- Bump version: 0.10.6 → 0.10.7
- Update changelog
- Update man page
2022-01-30 20:45:42 +00:00
Casey Rodarmor
57db9fe04d
Don't run tests in release workflow () 2022-01-30 12:37:15 -08:00
Casey Rodarmor
b95e32c9be
Fix windows chooser invocation error message test () 2022-01-30 20:32:38 +00:00
Casey Rodarmor
27cd8fd554
Remove call to sed in justfile () 2022-01-30 20:16:10 +00:00
Casey Rodarmor
d7897b4510
Release 0.10.6 ()
- Bump version: 0.10.5 → 0.10.6
- Remove config test
- Update changelog
- Update dependencies
- Update man page
2022-01-29 21:18:28 +00:00
Michael Lohr
6cf95a7337
Add windows-powershell setting () 2022-01-18 19:02:15 +00:00
Casey Rodarmor
edf1fbd83b
Use Context suffix for snafu error contexts () 2022-01-04 17:45:27 +00:00
Jake Goulding
c89dad9498
Upgrade snafu to 0.7 () 2022-01-04 16:55:11 +00:00
Matthias Pigulla
ef3629fae3
Mention "$@" in the README () 2022-01-03 18:04:34 +00:00
Casey Rodarmor
3372efefc3
Allow using - and @ in any order () 2022-01-03 00:51:22 +00:00
Michael Lohr
a3b25c1a3a
Note how to use PowerShell with CLI in readme () 2021-12-25 15:02:18 -06:00
Casey Rodarmor
1c6deb1f58
Link to cheatsheet from readme () 2021-12-22 19:51:22 +00:00
Michael Lohr
b7ddb95587
Link to Homebrew installation docs in readme () 2021-12-18 23:45:00 +00:00
Casey Rodarmor
04d3ee3f50
Workflow tweaks () 2021-12-05 10:51:15 +00:00
Casey Rodarmor
4de93e19b8
Push to correct origin in publish recipe () 2021-12-05 07:46:46 +00:00
Casey Rodarmor
83edb16135
Release 0.10.5 ()
- Bump version: 0.10.4 → 0.10.5
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-12-05 07:39:50 +00:00
Kurt Wolf
f70b6711a2
Make completions work with Bash alias () 2021-12-02 03:38:57 +00:00
Casey Rodarmor
762c461780
Run tests on PRs ()
* Run tests on PRs

* Fix workflow
2021-12-01 15:32:12 -08:00
Casey Rodarmor
a4bd1cb67c
Use musl libc for ARM binaries () 2021-11-27 01:01:41 -08:00
Casey Rodarmor
daef7caaed
Improve GitHub Actions workflow triggers ()
- Only run release workflow on pushed tags
- Run test workflow on all pushes
2021-11-22 01:37:15 +00:00