Releases: casey/just
Releases ยท casey/just
1.45.0
1.44.1
1.44.0
Added
- Add f'{format}' strings (#2985 by casey)
- Use double braces
{{โฆ}}for format strings (#2993 by casey) - Stabilize
[script]attribute (#2988 by casey)
Changed
Misc
- Test format strings with conditionals (#2991 by casey)
- Move StringState into module (#2989 by casey)
- Test undefined variable in format string error (#2987 by casey)
- Update
softprops/action-gh-releaseto 2.5.0 (#2979 by app/dependabot) - Link to
just-lspin readme (#2846 by terror) - Fix
just --listsubmodule example in readme (#2973 by neodejack) - Update
actions/checkout(#2969 by app/dependabot) - Disable mdbook-linkcheck (#2970 by casey)
1.43.1
Release 1.43.1
1.43.0
Added
- Add
[default]attribute (#2878 by casey) - Do not ascend above
--ceilingwhen looking for justfile (#2870 by casey)
Misc
- Don't generate completions at runtime (#2896 by casey)
- Update
softprops/action-gh-releaseto 2.3.3 (#2879 by app/dependabot) - Add submodule alias and dependency targets to grammar (#2877 by casey)
- Bump
actions/checkoutto v5 (#2864 by app/dependabot) - Fix Windows
PATH_SEPvalue in readme (#2859 by casey) - Fix lints for Rust 1.89 (#2860 by casey)
- Note that Debian 13 has been released (#2856 by sblondon)
- Mention
just-mcpin readme (#2843 by casey) - Expand Windows instructions in readme (#2842 by casey)
- Note
[parallel]attribute in parallelism section (#2837 by casey)
1.42.4
1.42.3
1.42.2
1.42.1
1.42.0
Fixed
Added
- Add
[parallel]attribute to run dependencies in parallel (#2803 by casey) - Allow configuring
cygpathwith--cygpathand$JUST_CYGPATH(#2804 by hyrious) - Use GitHub token in
install.shif available (#2676 by jpeeler) - Add
[metadata]recipe attribute (#2794 by wiktor-k) - Allow depending on recipes in submodules (#2672 by corvusrabus)