tag:github.com,2008:https://github.com/casey/just/releases
Release notes from just
2026-03-15T00:59:48Z
tag:github.com,2008:Repository/61349723/1.47.0
2026-03-15T01:05:53Z
1.47.0
<h3>Added</h3>
<ul>
<li>Add lazy evaluation setting (<a href="https://github.com/casey/just/pull/3083" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3083/hovercard">#3083</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Add guard sigil <code>?</code> (<a href="https://github.com/casey/just/pull/2547" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2547/hovercard">#2547</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Add <code>--group</code> flag to filter <code>--list</code> output by group (<a href="https://github.com/casey/just/pull/3117" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3117/hovercard">#3117</a> by <a href="https://github.com/terror">terror</a>)</li>
<li>Add attributes for DragonFly BSD, FreeBSD, and NetBSD (<a href="https://github.com/casey/just/pull/3115" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3115/hovercard">#3115</a> by <a href="https://github.com/jakewilliami">jakewilliami</a>)</li>
<li>Add <code>[env(NAME, VALUE)</code> recipe attribute (<a href="https://github.com/casey/just/pull/2957" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2957/hovercard">#2957</a> by <a href="https://github.com/neunenak">neunenak</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Make <code>--timestamp</code> print timestamps unconditionally (<a href="https://github.com/casey/just/pull/3114" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3114/hovercard">#3114</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Print <code>--timestamps</code> with script recipes (<a href="https://github.com/casey/just/pull/3050" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3050/hovercard">#3050</a> by <a href="https://github.com/casey">casey</a>)</li>
<li><code>[private]</code> modules are excluded from <code>--list</code> output (<a href="https://github.com/casey/just/pull/2889" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2889/hovercard">#2889</a> by <a href="https://github.com/Scott-Guest">Scott-Guest</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Fix readme typo (<a href="https://github.com/casey/just/pull/3122" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3122/hovercard">#3122</a> by <a href="https://github.com/Rohan5commit">Rohan5commit</a>)</li>
<li>Move choose and run into match statement (<a href="https://github.com/casey/just/pull/3120" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3120/hovercard">#3120</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Add uv install instructions to readme (<a href="https://github.com/casey/just/pull/3062" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3062/hovercard">#3062</a> by <a href="https://github.com/npikall">npikall</a>)</li>
<li>Suppress error when --choose is cancelled by user (<a href="https://github.com/casey/just/pull/3098" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3098/hovercard">#3098</a> by <a href="https://github.com/cobyfrombrooklyn-bot">cobyfrombrooklyn-bot</a>)</li>
<li>Test formatting justfile with undefined variable succeeds (<a href="https://github.com/casey/just/pull/3110" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3110/hovercard">#3110</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Format without compiling (<a href="https://github.com/casey/just/pull/3103" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3103/hovercard">#3103</a> by <a href="https://github.com/terror">terror</a>)</li>
<li>Fix Gentoo installation instructions (<a href="https://github.com/casey/just/pull/3085" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3085/hovercard">#3085</a> by <a href="https://github.com/DarthGandalf">DarthGandalf</a>)</li>
<li>Deny unreachable pub (<a href="https://github.com/casey/just/pull/3080" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3080/hovercard">#3080</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix readme typo (<a href="https://github.com/casey/just/pull/3079" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3079/hovercard">#3079</a> by <a href="https://github.com/pvinis">pvinis</a>)</li>
<li>Include blank chapters in book (<a href="https://github.com/casey/just/pull/3076" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3076/hovercard">#3076</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Clean up build script (<a href="https://github.com/casey/just/pull/3078" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3078/hovercard">#3078</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Increase stack size on Windows (<a href="https://github.com/casey/just/pull/3077" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3077/hovercard">#3077</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix readme typo (<a href="https://github.com/casey/just/pull/3066" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3066/hovercard">#3066</a> by <a href="https://github.com/kenden">kenden</a>)</li>
<li>Remove dependency on executable-path (<a href="https://github.com/casey/just/pull/3058" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3058/hovercard">#3058</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix typos (<a href="https://github.com/casey/just/pull/3056" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3056/hovercard">#3056</a> by <a href="https://github.com/galenseilis">galenseilis</a>)</li>
<li>Avoid conditional compilation in integration tests (<a href="https://github.com/casey/just/pull/3055" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3055/hovercard">#3055</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Assert exit status last in <code>Test</code> builder (<a href="https://github.com/casey/just/pull/3054" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3054/hovercard">#3054</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Remove makedeb/MPR installation instructions (<a href="https://github.com/casey/just/pull/3053" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3053/hovercard">#3053</a> by <a href="https://github.com/Chengings">Chengings</a>)</li>
<li>Handle errors when checking for files (<a href="https://github.com/casey/just/pull/3051" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3051/hovercard">#3051</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.46.0
2026-01-02T06:58:15Z
1.46.0
<h3>Fixed</h3>
<ul>
<li>Don't leak signal handler pipe into child processes (<a href="https://github.com/casey/just/pull/3035" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3035/hovercard">#3035</a> by <a href="https://github.com/rjmac">rjmac</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Allow <code>long</code> to default to to parameter name (<a href="https://github.com/casey/just/pull/3041" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3041/hovercard">#3041</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Allow const expressions in all settings (<a href="https://github.com/casey/just/pull/3037" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3037/hovercard">#3037</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Allow const expressions in <code>working-directory</code> (<a href="https://github.com/casey/just/pull/3033" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3033/hovercard">#3033</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Add --usage subcommand and argument help strings (<a href="https://github.com/casey/just/pull/3031" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3031/hovercard">#3031</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Add flags without values (<a href="https://github.com/casey/just/pull/3029" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3029/hovercard">#3029</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Allow passing arguments as short <code>-x</code> options (<a href="https://github.com/casey/just/pull/3028" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3028/hovercard">#3028</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Allow recipes to take <code>--long</code> options (<a href="https://github.com/casey/just/pull/3026" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3026/hovercard">#3026</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Add original token to string literal (<a href="https://github.com/casey/just/pull/3042" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3042/hovercard">#3042</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Remove string literal lifetime (<a href="https://github.com/casey/just/pull/3036" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3036/hovercard">#3036</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Move overrides into config (<a href="https://github.com/casey/just/pull/3032" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3032/hovercard">#3032</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Test that options are passed as positional arguments (<a href="https://github.com/casey/just/pull/3030" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3030/hovercard">#3030</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Group arguments by parameter (<a href="https://github.com/casey/just/pull/3025" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3025/hovercard">#3025</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Add OpenBSD package to readme (<a href="https://github.com/casey/just/pull/2900" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2900/hovercard">#2900</a> by <a href="https://github.com/vext01">vext01</a>)</li>
<li>Re-enable mdbook-linkcheck (<a href="https://github.com/casey/just/pull/3011" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3011/hovercard">#3011</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Disable dependabot (<a href="https://github.com/casey/just/pull/3010" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3010/hovercard">#3010</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix pre-release check in pages deploy job (<a href="https://github.com/casey/just/pull/3009" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3009/hovercard">#3009</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.45.0
2025-12-10T20:51:22Z
1.45.0
<h3>Added</h3>
<ul>
<li>Allow requiring recipe arguments to match regular expression patterns (<a href="https://github.com/casey/just/pull/3000" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3000/hovercard">#3000</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Allow shell-expanded strings in attributes (<a href="https://github.com/casey/just/pull/3007" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3007/hovercard">#3007</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix arg pattern anchoring (<a href="https://github.com/casey/just/pull/3002" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3002/hovercard">#3002</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Use non-capturing group in arg pattern regex (<a href="https://github.com/casey/just/pull/3006" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3006/hovercard">#3006</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Remove redundant type annotation (<a href="https://github.com/casey/just/pull/3004" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/3004/hovercard">#3004</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.44.1
2025-12-09T08:34:43Z
1.44.1
<h3>Fixed</h3>
<ul>
<li>Properly close format string delimiter (<a href="https://github.com/casey/just/pull/2997" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2997/hovercard">#2997</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.44.0
2025-12-07T00:33:03Z
1.44.0
<h3>Added</h3>
<ul>
<li>Add f'{format}' strings (<a href="https://github.com/casey/just/pull/2985" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2985/hovercard">#2985</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Use double braces <code>{{…}}</code> for format strings (<a href="https://github.com/casey/just/pull/2993" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2993/hovercard">#2993</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Stabilize <code>[script]</code> attribute (<a href="https://github.com/casey/just/pull/2988" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2988/hovercard">#2988</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Allow newlines in interpolations and <code>}</code> to abut interpolation <code>}}</code> (<a href="https://github.com/casey/just/pull/2992" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2992/hovercard">#2992</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Test format strings with conditionals (<a href="https://github.com/casey/just/pull/2991" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2991/hovercard">#2991</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Move StringState into module (<a href="https://github.com/casey/just/pull/2989" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2989/hovercard">#2989</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Test undefined variable in format string error (<a href="https://github.com/casey/just/pull/2987" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2987/hovercard">#2987</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Update <code>softprops/action-gh-release</code> to 2.5.0 (<a href="https://github.com/casey/just/pull/2979" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2979/hovercard">#2979</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
<li>Link to <code>just-lsp</code> in readme (<a href="https://github.com/casey/just/pull/2846" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2846/hovercard">#2846</a> by <a href="https://github.com/terror">terror</a>)</li>
<li>Fix <code>just --list</code> submodule example in readme (<a href="https://github.com/casey/just/pull/2973" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2973/hovercard">#2973</a> by <a href="https://github.com/neodejack">neodejack</a>)</li>
<li>Update <code>actions/checkout</code> (<a href="https://github.com/casey/just/pull/2969" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2969/hovercard">#2969</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
<li>Disable mdbook-linkcheck (<a href="https://github.com/casey/just/pull/2970" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2970/hovercard">#2970</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.43.1
2026-01-02T06:55:44Z
1.43.1
<h3>Fixed</h3>
<ul>
<li>Only initialize signal handler once (<a href="https://github.com/casey/just/pull/2953" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2953/hovercard">#2953</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Preserve module docs when formatting (<a href="https://github.com/casey/just/pull/2931" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2931/hovercard">#2931</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Preserve module groups when formatting (<a href="https://github.com/casey/just/pull/2930" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2930/hovercard">#2930</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Don't suggest private recipes and aliases (<a href="https://github.com/casey/just/pull/2916" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2916/hovercard">#2916</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Update softprops/action-gh-release to 2.4.2 (<a href="https://github.com/casey/just/pull/2948" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2948/hovercard">#2948</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
<li>Fix <code>env()</code> usage in readme (<a href="https://github.com/casey/just/pull/2936" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2936/hovercard">#2936</a> by <a href="https://github.com/laniakea64">laniakea64</a>)</li>
<li>Use a case statement to install target dependencies (<a href="https://github.com/casey/just/pull/2929" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2929/hovercard">#2929</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Build loongarch64 release binaries (<a href="https://github.com/casey/just/pull/2886" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2886/hovercard">#2886</a> by <a href="https://github.com/SkyBird233">SkyBird233</a>)</li>
<li>Bump softprops/action-gh-release to 2.4.1 (<a href="https://github.com/casey/just/pull/2919" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2919/hovercard">#2919</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
<li>Update softprops/action-gh-release to 2.3.4 (<a href="https://github.com/casey/just/pull/2910" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2910/hovercard">#2910</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.43.0
2025-09-27T21:14:06Z
1.43.0
<h3>Added</h3>
<ul>
<li>Add <code>[default]</code> attribute (<a href="https://github.com/casey/just/pull/2878" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2878/hovercard">#2878</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Do not ascend above <code>--ceiling</code> when looking for justfile (<a href="https://github.com/casey/just/pull/2870" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2870/hovercard">#2870</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li>Don't generate completions at runtime (<a href="https://github.com/casey/just/pull/2896" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2896/hovercard">#2896</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Update <code>softprops/action-gh-release</code> to 2.3.3 (<a href="https://github.com/casey/just/pull/2879" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2879/hovercard">#2879</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
<li>Add submodule alias and dependency targets to grammar (<a href="https://github.com/casey/just/pull/2877" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2877/hovercard">#2877</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Bump <code>actions/checkout</code> to v5 (<a href="https://github.com/casey/just/pull/2864" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2864/hovercard">#2864</a> by <a href="https://github.com/app/dependabot">app/dependabot</a>)</li>
<li>Fix Windows <code>PATH_SEP</code> value in readme (<a href="https://github.com/casey/just/pull/2859" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2859/hovercard">#2859</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix lints for Rust 1.89 (<a href="https://github.com/casey/just/pull/2860" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2860/hovercard">#2860</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Note that Debian 13 has been released (<a href="https://github.com/casey/just/pull/2856" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2856/hovercard">#2856</a> by <a href="https://github.com/sblondon">sblondon</a>)</li>
<li>Mention <code>just-mcp</code> in readme (<a href="https://github.com/casey/just/pull/2843" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2843/hovercard">#2843</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Expand Windows instructions in readme (<a href="https://github.com/casey/just/pull/2842" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2842/hovercard">#2842</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Note <code>[parallel]</code> attribute in parallelism section (<a href="https://github.com/casey/just/pull/2837" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2837/hovercard">#2837</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.42.4
2025-07-24T23:30:28Z
1.42.4
<h3>Fixed</h3>
<ul>
<li>Run imported recipes in correct scope (<a href="https://github.com/casey/just/pull/2835" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2835/hovercard">#2835</a> by <a href="https://github.com/casey">casey</a>)</li>
<li>Fix alias doc comment (<a href="https://github.com/casey/just/pull/2833" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2833/hovercard">#2833</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.42.3
2025-07-19T02:48:52Z
1.42.3
<h3>Fixed</h3>
<ul>
<li>Run recipes from submodules in correct directory (<a href="https://github.com/casey/just/pull/2829" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2829/hovercard">#2829</a> by <a href="https://github.com/eisbaw">eisbaw</a>)</li>
</ul>
github-actions[bot]
tag:github.com,2008:Repository/61349723/1.42.2
2025-07-15T20:53:17Z
1.42.2
<h3>Fixed</h3>
<ul>
<li>Fix scope lookup for nested submodules (<a href="https://github.com/casey/just/pull/2820" data-hovercard-type="pull_request" data-hovercard-url="/casey/just/pull/2820/hovercard">#2820</a> by <a href="https://github.com/casey">casey</a>)</li>
</ul>
github-actions[bot]