Skip to content

Commit b7e7c46

Browse files
authored
Release 1.43.0 (#2897)
* Release 1.43.0 - Bump version: 1.42.4 → 1.43.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update version references in readme - Update minimum Rust version to 1.80 - Use LazyLock instead of once_cell::sync::Lazy
1 parent 6b0aa10 commit b7e7c46

File tree

7 files changed

+214
-237
lines changed

7 files changed

+214
-237
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions-rust-lang/setup-rust-toolchain@v1
5151
with:
52-
toolchain: 1.77
52+
toolchain: 1.80.0
5353

5454
- uses: Swatinem/rust-cache@v2
5555

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
[1.43.0](https://github.com/casey/just/releases/tag/1.43.0) - 2025-09-27
5+
------------------------------------------------------------------------
6+
7+
### Added
8+
- Add `[default]` attribute ([#2878](https://github.com/casey/just/pull/2878) by [casey](https://github.com/casey))
9+
- Do not ascend above `--ceiling` when looking for justfile ([#2870](https://github.com/casey/just/pull/2870) by [casey](https://github.com/casey))
10+
11+
### Misc
12+
- Don't generate completions at runtime ([#2896](https://github.com/casey/just/pull/2896) by [casey](https://github.com/casey))
13+
- 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))
14+
- Add submodule alias and dependency targets to grammar ([#2877](https://github.com/casey/just/pull/2877) by [casey](https://github.com/casey))
15+
- Bump `actions/checkout` to v5 ([#2864](https://github.com/casey/just/pull/2864) by [app/dependabot](https://github.com/app/dependabot))
16+
- Fix Windows `PATH_SEP` value in readme ([#2859](https://github.com/casey/just/pull/2859) by [casey](https://github.com/casey))
17+
- Fix lints for Rust 1.89 ([#2860](https://github.com/casey/just/pull/2860) by [casey](https://github.com/casey))
18+
- Note that Debian 13 has been released ([#2856](https://github.com/casey/just/pull/2856) by [sblondon](https://github.com/sblondon))
19+
- Mention `just-mcp` in readme ([#2843](https://github.com/casey/just/pull/2843) by [casey](https://github.com/casey))
20+
- Expand Windows instructions in readme ([#2842](https://github.com/casey/just/pull/2842) by [casey](https://github.com/casey))
21+
- Note `[parallel]` attribute in parallelism section ([#2837](https://github.com/casey/just/pull/2837) by [casey](https://github.com/casey))
22+
423
[1.42.4](https://github.com/casey/just/releases/tag/1.42.4) - 2025-07-24
524
------------------------------------------------------------------------
625

0 commit comments

Comments
 (0)