|
| 1 | +# Created with WinGet Updater using komac v2.6.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Casey.Just |
| 5 | +PackageVersion: 1.41.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Casey Rodarmor |
| 8 | +PublisherUrl: https://github.com/casey |
| 9 | +PublisherSupportUrl: https://github.com/casey/just/issues |
| 10 | +Author: Casey Rodarmor |
| 11 | +PackageName: Just |
| 12 | +PackageUrl: https://github.com/casey/just |
| 13 | +License: CC0-1.0 |
| 14 | +LicenseUrl: https://github.com/casey/just/blob/HEAD/LICENSE |
| 15 | +ShortDescription: Just a command runner |
| 16 | +Description: just is a handy way to save and run project-specific commands. Commands, called recipes, are stored in a file called justfile with syntax inspired by make |
| 17 | +ReleaseNotes: |- |
| 18 | + Changed |
| 19 | + - Treat SIGINFO as non-fatal (#2788 by casey) |
| 20 | + - Improve signal handling (#2488 by casey) |
| 21 | + Added |
| 22 | + - Add dotenv-override setting (#2785 by Lun4m) |
| 23 | + - Add PATH_SEP and PATH_VAR_SEP constants (#2679 by casey) |
| 24 | + - Add --tempdir command-line option (#2798 by casey) |
| 25 | + Fixed |
| 26 | + - Pin clap_complete to last compatible version (#2800 by casey) |
| 27 | + Misc |
| 28 | + - Add arkade to readme (#2700 by rgee0) |
| 29 | + - Link to pipx instead of pypi in readme (#2799 by casey) |
| 30 | + - Add reasons to #[ignore] attributes (#2797 by casey) |
| 31 | + - Mention that command-line environment variables are inherited (#2783 by philipmgrant) |
| 32 | + - Fix attribute grammar and update documentation (#2790 by casey) |
| 33 | + - Tweak prose in groups section of readme (#2767 by offby1) |
| 34 | + - Update extractions/setup-just version in readme (#2735 by esadek) |
| 35 | + - Remove return in Recipe::confirm (#2789 by casey) |
| 36 | + - Add mise to alternatives in readem (#2758 by koppor) |
| 37 | + - Update softprops/action-gh-release (#2781 by app/dependabot) |
| 38 | + - Use default as name of --init justfile default recipe (#2777 by casey) |
| 39 | + - Add just.systems link to --init justfile (#2776 by casey) |
| 40 | + - Fix kitchen-sink.just comment (#2738 by azarmadr) |
| 41 | + - Update softprops/action-gh-release (#2716 by app/dependabot) |
| 42 | + - Fix clippy lints (#2768 by casey) |
| 43 | + - Add back-to-the-top link to readme (#2707 by bravesasha) |
| 44 | + - Placate clippy lints for 1.86 (#2708 by casey) |
| 45 | + - Use -S in uv example (#2696 by rmoorman) |
| 46 | + - Handle --request without parsing justfile (#2683 by casey) |
| 47 | + - Bump MSRV to 1.77 and enforce on CI (#2674 by casey) |
| 48 | +ReleaseNotesUrl: https://github.com/casey/just/releases/tag/1.41.0 |
| 49 | +ManifestType: defaultLocale |
| 50 | +ManifestVersion: 1.6.0 |
0 commit comments