Skip to content

Commit 0084a95

Browse files
authored
New version: Casey.Just version 1.41.0 (microsoft#270434)
1 parent a58af6c commit 0084a95

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
3+
4+
PackageIdentifier: Casey.Just
5+
PackageVersion: 1.41.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: just.exe
10+
PortableCommandAlias: just
11+
ReleaseDate: 2025-07-01
12+
Installers:
13+
- Architecture: x86
14+
InstallerUrl: https://github.com/casey/just/releases/download/1.41.0/just-1.41.0-x86_64-pc-windows-msvc.zip
15+
InstallerSha256: 7A64EFE8CE126FC45AB7418EF2013B8C52CD387D59DE5207BD857CA9E7F197EB
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/casey/just/releases/download/1.41.0/just-1.41.0-x86_64-pc-windows-msvc.zip
18+
InstallerSha256: 7A64EFE8CE126FC45AB7418EF2013B8C52CD387D59DE5207BD857CA9E7F197EB
19+
ManifestType: installer
20+
ManifestVersion: 1.6.0
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.6.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
3+
4+
PackageIdentifier: Casey.Just
5+
PackageVersion: 1.41.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)