1
1
mirror of https://github.com/casey/just.git synced 2024-10-05 18:28:06 +03:00
Commit Graph

1311 Commits

Author SHA1 Message Date
laniakea64
d2c66e9fa9
Allow including arbitrary characters in strings with \u{…} (#2360) 2024-09-15 09:59:52 +00:00
Casey Rodarmor
d4e1799443
Remove old recipes from project justfile (#2367) 2024-09-14 08:07:02 +00:00
Willie Abrams
fe131f5e92
Document --dotenv-path in readme (#2366) 2024-09-14 07:36:43 +00:00
Casey Rodarmor
2052b1bcfd
Remove ref-type crate (#2364) 2024-09-13 16:34:30 +07:00
Marc Addeo
5fb514c1c6
Fix type names in redefinition error message (#2353) 2024-09-13 08:45:32 +00:00
Casey Rodarmor
beef0e1a0f
Use relative in .sha256sum files (#2358) 2024-09-09 15:43:41 -07:00
Casey Rodarmor
90ae09bb84
Link to readme in CONTRIBUTING.md (#2348) 2024-09-06 21:57:24 +00:00
Casey Rodarmor
6957b2e97f
Fix clippy lints (#2347) 2024-09-06 21:45:45 +00:00
Greg Shuflin
da17424b96
Simplify Subcommand::run (#2336) 2024-09-06 21:38:40 +00:00
Casey Rodarmor
6e2b98938f
Update module issue link in readme (#2345) 2024-09-06 05:30:35 +00:00
Casey Rodarmor
d3bbde0c60
Add blank line between CI workflow jobs (#2343) 2024-09-04 01:38:36 +00:00
Casey Rodarmor
d8d6b367a7
Color groups in --list output (#2340) 2024-09-03 04:17:46 +00:00
Greg Shuflin
f222b02712
Refactor and document subcommand and search (#2335) 2024-08-31 19:26:48 +00:00
Jasha Sommer-Simpson
b4dbc8d1de
Document private variables (#2331) 2024-08-29 22:06:12 +00:00
Greg Shuflin
a9a24da0e6
Print recipe doc string when--explain flag is passed (#2319) 2024-08-29 19:13:58 +00:00
Casey Rodarmor
f5bdffda34
Release 1.35.0 (#2330)
- Bump version: 1.34.0 → 1.35.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
2024-08-28 22:20:41 +00:00
Casey Rodarmor
d3d3c4e48f
Allow fallback with recipes in submodules (#2329) 2024-08-28 22:10:40 +00:00
Tom Most
10ebaecadb
Generate .sha256sum files for release artifacts (#2323) 2024-08-27 17:32:20 -07:00
Casey Rodarmor
a26713eda3
Clarify that subsequent dependencies run immediately after recipe (#2326) 2024-08-27 20:44:22 +00:00
arminius-smh
fa5770e71a
Fix readme typo (#2321) 2024-08-26 23:45:14 +00:00
Greg Shuflin
98920b978c
Remove Config::run (#2320) 2024-08-26 03:29:12 -07:00
adsnaider
f25e2d784d
Allow [private] attribute on assignments (#2300) 2024-08-10 18:22:07 +00:00
Casey Rodarmor
a9ac91b809
Bump MSRV to 1.74 (#2306) 2024-08-07 21:58:28 +00:00
Casey Rodarmor
0b669a2fc8
Remove logging (#2305) 2024-08-07 21:53:28 +00:00
Casey Rodarmor
f9c2479af8
Group commands under dedicated heading in --help output (#2302) 2024-08-05 22:31:06 +00:00
Yuri Astrakhan
915619f8e2
Fix readme typo (#2297) 2024-08-02 21:16:14 +00:00
Casey Rodarmor
504fb6d5c6
Release 1.34.0 (#2296)
- Bump version: 1.33.0 → 1.34.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
2024-08-02 20:53:25 +00:00
Yuri Astrakhan
cf4c7260cf
Document set working-directory (#2288) 2024-08-02 19:52:15 +00:00
Casey Rodarmor
c2207a906b
Make function paths relative to correct working directory (#2294) 2024-08-02 19:20:07 +00:00
Casey Rodarmor
d2f4158383
Fix readme typos (#2289) 2024-08-02 05:08:05 +00:00
Viktor Ekström
77260f8fc4
Keep multi-line shebangs together (#2276) 2024-07-31 02:21:41 +00:00
Casey Rodarmor
317a85d14c
Release 1.33.0 (#2286)
- Bump version: 1.32.0 → 1.33.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-31 02:00:02 +00:00
Casey Rodarmor
7025c2dcc6
Use correct backtick and shell() expression working directory in submodules (#2285) 2024-07-30 18:51:57 -07:00
Yuri Astrakhan
23a53fb50f
Add working-directory setting (#2283) 2024-07-31 00:50:32 +00:00
Casey Rodarmor
b70546aa87
Document which attributes apply to which items (#2282) 2024-07-28 17:46:24 +00:00
Poliorcetics
e20b62c164
Add missing productions (#2280) 2024-07-27 22:11:52 +00:00
Casey Rodarmor
044b00a90a
Fix Rust 1.80.0 warnings (#2281) 2024-07-27 22:00:19 +00:00
dependabot[bot]
df9774da5a
Update softprops/action-gh-release (#2269) 2024-07-22 10:54:49 -07:00
Casey Rodarmor
980af410d2
Remove (no group) header before ungrouped recipes (#2268) 2024-07-21 23:41:29 +00:00
Jacob Woliver
16aad6edfd
Allow [group] attribute on submodules (#2263) 2024-07-21 23:35:26 +00:00
Casey Rodarmor
51a5d47755
Document script-interpreter setting (#2265) 2024-07-19 06:16:01 +00:00
Casey Rodarmor
14489c0376
Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07:00
Casey Rodarmor
0cd38464f1
set dotenv-path does not override set dotenv-filename (#2262) 2024-07-18 19:49:52 +00:00
Casey Rodarmor
56eaa93002
Release 1.32.0 (#2261)
- Bump version: 1.31.0 → 1.32.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-18 06:10:23 +00:00
Casey Rodarmor
496f6b08d4
Add unstable [script(…)] attribute (#2259) 2024-07-17 22:59:18 -07:00
Casey Rodarmor
a3693f3e8f
Add [extension: 'EXT'] attribute to set shebang recipe script file extension (#2256) 2024-07-15 13:08:28 -07:00
Casey Rodarmor
ea26e451fa
Suppress mod doc comment with empty [doc] attribute (#2254) 2024-07-15 16:27:48 +00:00
Greg Shuflin
d5ebc9515e
Allow [doc] annotation on modules (#2247) 2024-07-14 22:15:22 -07:00
Casey Rodarmor
023b126eb2
Release 1.31.0 (#2251)
- Bump version: 1.30.1 → 1.31.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-14 21:29:13 +00:00
Casey Rodarmor
687007a723
Stabilize modules (#2250) 2024-07-14 21:22:03 +00:00