rust-just 1.42.4 → 1.43.1

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 +36 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,42 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ [1.43.1](https://github.com/casey/just/releases/tag/1.43.1) - 2025-11-12
5
+ ------------------------------------------------------------------------
6
+
7
+ ### Fixed
8
+ - Only initialize signal handler once ([#2953](https://github.com/casey/just/pull/2953) by [casey](https://github.com/casey))
9
+ - Preserve module docs when formatting ([#2931](https://github.com/casey/just/pull/2931) by [casey](https://github.com/casey))
10
+ - Preserve module groups when formatting ([#2930](https://github.com/casey/just/pull/2930) by [casey](https://github.com/casey))
11
+ - Don't suggest private recipes and aliases ([#2916](https://github.com/casey/just/pull/2916) by [casey](https://github.com/casey))
12
+
13
+ ### Misc
14
+ - Update softprops/action-gh-release to 2.4.2 ([#2948](https://github.com/casey/just/pull/2948) by [app/dependabot](https://github.com/app/dependabot))
15
+ - Fix `env()` usage in readme ([#2936](https://github.com/casey/just/pull/2936) by [laniakea64](https://github.com/laniakea64))
16
+ - Use a case statement to install target dependencies ([#2929](https://github.com/casey/just/pull/2929) by [casey](https://github.com/casey))
17
+ - Build loongarch64 release binaries ([#2886](https://github.com/casey/just/pull/2886) by [SkyBird233](https://github.com/SkyBird233))
18
+ - Bump softprops/action-gh-release to 2.4.1 ([#2919](https://github.com/casey/just/pull/2919) by [app/dependabot](https://github.com/app/dependabot))
19
+ - Update softprops/action-gh-release to 2.3.4 ([#2910](https://github.com/casey/just/pull/2910) by [app/dependabot](https://github.com/app/dependabot))
20
+
21
+ [1.43.0](https://github.com/casey/just/releases/tag/1.43.0) - 2025-09-27
22
+ ------------------------------------------------------------------------
23
+
24
+ ### Added
25
+ - Add `[default]` attribute ([#2878](https://github.com/casey/just/pull/2878) by [casey](https://github.com/casey))
26
+ - Do not ascend above `--ceiling` when looking for justfile ([#2870](https://github.com/casey/just/pull/2870) by [casey](https://github.com/casey))
27
+
28
+ ### Misc
29
+ - Don't generate completions at runtime ([#2896](https://github.com/casey/just/pull/2896) by [casey](https://github.com/casey))
30
+ - Update `softprops/action-gh-release` to 2.3.3 ([#2879](https://github.com/casey/just/pull/2879) by [app/dependabot](https://github.com/app/dependabot))
31
+ - Add submodule alias and dependency targets to grammar ([#2877](https://github.com/casey/just/pull/2877) by [casey](https://github.com/casey))
32
+ - Bump `actions/checkout` to v5 ([#2864](https://github.com/casey/just/pull/2864) by [app/dependabot](https://github.com/app/dependabot))
33
+ - Fix Windows `PATH_SEP` value in readme ([#2859](https://github.com/casey/just/pull/2859) by [casey](https://github.com/casey))
34
+ - Fix lints for Rust 1.89 ([#2860](https://github.com/casey/just/pull/2860) by [casey](https://github.com/casey))
35
+ - Note that Debian 13 has been released ([#2856](https://github.com/casey/just/pull/2856) by [sblondon](https://github.com/sblondon))
36
+ - Mention `just-mcp` in readme ([#2843](https://github.com/casey/just/pull/2843) by [casey](https://github.com/casey))
37
+ - Expand Windows instructions in readme ([#2842](https://github.com/casey/just/pull/2842) by [casey](https://github.com/casey))
38
+ - Note `[parallel]` attribute in parallelism section ([#2837](https://github.com/casey/just/pull/2837) by [casey](https://github.com/casey))
39
+
4
40
  [1.42.4](https://github.com/casey/just/releases/tag/1.42.4) - 2025-07-24
5
41
  ------------------------------------------------------------------------
6
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rust-just",
3
- "version": "1.42.4",
3
+ "version": "1.43.1",
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.42.4",
56
- "rust-just-darwin-x64": "1.42.4",
57
- "rust-just-linux-arm": "1.42.4",
58
- "rust-just-linux-arm64": "1.42.4",
59
- "rust-just-linux-x64": "1.42.4",
60
- "rust-just-windows-arm64": "1.42.4",
61
- "rust-just-windows-x64": "1.42.4"
55
+ "rust-just-darwin-arm64": "1.43.1",
56
+ "rust-just-darwin-x64": "1.43.1",
57
+ "rust-just-linux-arm": "1.43.1",
58
+ "rust-just-linux-arm64": "1.43.1",
59
+ "rust-just-linux-x64": "1.43.1",
60
+ "rust-just-windows-arm64": "1.43.1",
61
+ "rust-just-windows-x64": "1.43.1"
62
62
  },
63
63
  "eslintConfig": {
64
64
  "extends": [