rust-just 1.47.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +58 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,63 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ [1.48.0](https://github.com/casey/just/releases/tag/1.48.0) - 2026-03-23
5
+ ------------------------------------------------------------------------
6
+
7
+ ### Added
8
+ - Build docker images ([#3174](https://github.com/casey/just/pull/3174) by [casey](https://github.com/casey))
9
+ - Dynamically complete recipes for `--usage` ([#3172](https://github.com/casey/just/pull/3172) by [casey](https://github.com/casey))
10
+ - Dynamically complete groups ([#3171](https://github.com/casey/just/pull/3171) by [casey](https://github.com/casey))
11
+ - Dynamically complete recipes and variables ([#3169](https://github.com/casey/just/pull/3169) by [casey](https://github.com/casey))
12
+ - Complete appropriate filetypes ([#3168](https://github.com/casey/just/pull/3168) by [casey](https://github.com/casey))
13
+ - Allow overriding variables in submodules ([#3151](https://github.com/casey/just/pull/3151) by [casey](https://github.com/casey))
14
+ - Add `--json` as synonym for `--dump --dump-format json` ([#3143](https://github.com/casey/just/pull/3143) by [casey](https://github.com/casey))
15
+
16
+ ### Changed
17
+ - Stabilize lazy evaluation ([#3180](https://github.com/casey/just/pull/3180) by [casey](https://github.com/casey))
18
+ - Switch to dynamic completion engine ([#3167](https://github.com/casey/just/pull/3167) by [casey](https://github.com/casey))
19
+ - Respect PATH and PATHEXT when running commands on Windows ([#3160](https://github.com/casey/just/pull/3160) by [casey](https://github.com/casey))
20
+ - Make `which()` and `require()` respect PATHEXT on Windows ([#3144](https://github.com/casey/just/pull/3144) by [casey](https://github.com/casey))
21
+
22
+ ### Misc
23
+ - Add completion script installation instructions ([#3178](https://github.com/casey/just/pull/3178) by [casey](https://github.com/casey))
24
+ - Fix readme typo ([#3176](https://github.com/casey/just/pull/3176) by [Rohan5commit](https://github.com/Rohan5commit))
25
+ - Remove Vagrantfile ([#3173](https://github.com/casey/just/pull/3173) by [casey](https://github.com/casey))
26
+ - Fix signal handling typo ([#3170](https://github.com/casey/just/pull/3170) by [Rohan5commit](https://github.com/Rohan5commit))
27
+ - Add cargo-binstall installation instructions ([#3165](https://github.com/casey/just/pull/3165) by [casey](https://github.com/casey))
28
+ - Fix typos ([#3162](https://github.com/casey/just/pull/3162) by [casey](https://github.com/casey))
29
+ - Readme typo: forground ([#3161](https://github.com/casey/just/pull/3161) by [Rohan5commit](https://github.com/Rohan5commit))
30
+ - Use clap derive to parse arguments ([#3158](https://github.com/casey/just/pull/3158) by [casey](https://github.com/casey))
31
+ - Fix readme typo ([#3156](https://github.com/casey/just/pull/3156) by [teee32](https://github.com/teee32))
32
+ - Document that path_exists() returns strings ([#2946](https://github.com/casey/just/pull/2946) by [cspotcode](https://github.com/cspotcode))
33
+ - Remove version references from readme headings ([#3153](https://github.com/casey/just/pull/3153) by [casey](https://github.com/casey))
34
+ - Fix readme typo ([#3152](https://github.com/casey/just/pull/3152) by [Rohan5commit](https://github.com/Rohan5commit))
35
+ - Fix variadic parameter typo in readme ([#3150](https://github.com/casey/just/pull/3150) by [casey](https://github.com/casey))
36
+ - Fix readme typo ([#3148](https://github.com/casey/just/pull/3148) by [Rohan5commit](https://github.com/Rohan5commit))
37
+ - Avoid conditional compilation ([#3145](https://github.com/casey/just/pull/3145) by [casey](https://github.com/casey))
38
+ - Update VS Code extension in Chinese readme ([#2984](https://github.com/casey/just/pull/2984) by [A-moment096](https://github.com/A-moment096))
39
+ - Change replace wording in readme ([#3137](https://github.com/casey/just/pull/3137) by [Rohan5commit](https://github.com/Rohan5commit))
40
+ - Document recipe metadata ([#3142](https://github.com/casey/just/pull/3142) by [casey](https://github.com/casey))
41
+
42
+ [1.47.1](https://github.com/casey/just/releases/tag/1.47.1) - 2026-03-16
43
+ ------------------------------------------------------------------------
44
+
45
+ ### Fixed
46
+ - Block on running parallel dependencies ([#3139](https://github.com/casey/just/pull/3139) by [casey](https://github.com/casey))
47
+ - Fix setting-exported assignment visibility in child modules ([#3128](https://github.com/casey/just/pull/3128) by [casey](https://github.com/casey))
48
+
49
+ ### Added
50
+ - Add `eager` keyword to force evaluation of unused assignments ([#3131](https://github.com/casey/just/pull/3131) by [casey](https://github.com/casey))
51
+
52
+ ### Changed
53
+ - Only evaluate used variables in --evaluate and --command ([#3130](https://github.com/casey/just/pull/3130) by [casey](https://github.com/casey))
54
+
55
+ ### Misc
56
+ - Make eager assignments unstable ([#3140](https://github.com/casey/just/pull/3140) by [casey](https://github.com/casey))
57
+ - Include path to .env file in error messages ([#3135](https://github.com/casey/just/pull/3135) by [casey](https://github.com/casey))
58
+ - Consolidate override checking ([#3127](https://github.com/casey/just/pull/3127) by [casey](https://github.com/casey))
59
+ - Update readme version references ([#3126](https://github.com/casey/just/pull/3126) by [casey](https://github.com/casey))
60
+
4
61
  [1.47.0](https://github.com/casey/just/releases/tag/1.47.0) - 2026-03-14
5
62
  ------------------------------------------------------------------------
6
63
 
@@ -44,7 +101,7 @@ Changelog
44
101
  - Don't leak signal handler pipe into child processes ([#3035](https://github.com/casey/just/pull/3035) by [rjmac](https://github.com/rjmac))
45
102
 
46
103
  ### Added
47
- - Allow `long` to default to to parameter name ([#3041](https://github.com/casey/just/pull/3041) by [casey](https://github.com/casey))
104
+ - Allow `long` to default to parameter name ([#3041](https://github.com/casey/just/pull/3041) by [casey](https://github.com/casey))
48
105
  - Allow const expressions in all settings ([#3037](https://github.com/casey/just/pull/3037) by [casey](https://github.com/casey))
49
106
  - Allow const expressions in `working-directory` ([#3033](https://github.com/casey/just/pull/3033) by [casey](https://github.com/casey))
50
107
  - Add --usage subcommand and argument help strings ([#3031](https://github.com/casey/just/pull/3031) by [casey](https://github.com/casey))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rust-just",
3
- "version": "1.47.0",
3
+ "version": "1.48.0",
4
4
  "description": "🤖 Just a command runner",
5
5
  "bin": {
6
6
  "just": "lib/index.mjs",
@@ -52,13 +52,13 @@
52
52
  "typescript": "^5.7.3"
53
53
  },
54
54
  "optionalDependencies": {
55
- "rust-just-darwin-arm64": "1.47.0",
56
- "rust-just-darwin-x64": "1.47.0",
57
- "rust-just-linux-arm": "1.47.0",
58
- "rust-just-linux-arm64": "1.47.0",
59
- "rust-just-linux-x64": "1.47.0",
60
- "rust-just-windows-arm64": "1.47.0",
61
- "rust-just-windows-x64": "1.47.0"
55
+ "rust-just-darwin-arm64": "1.48.0",
56
+ "rust-just-darwin-x64": "1.48.0",
57
+ "rust-just-linux-arm": "1.48.0",
58
+ "rust-just-linux-arm64": "1.48.0",
59
+ "rust-just-linux-x64": "1.48.0",
60
+ "rust-just-windows-arm64": "1.48.0",
61
+ "rust-just-windows-x64": "1.48.0"
62
62
  },
63
63
  "eslintConfig": {
64
64
  "extends": [