Skip to content

Commit 3cb490a

Browse files
authored
Release 1.42.2 (#2821)
- Bump version: 1.42.1 → 1.42.2 - Update changelog - Update changelog contributor credits - Update dependencies
1 parent 129333a commit 3cb490a

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
Changelog
22
=========
33

4-
[1.42.1](https://github.com/casey/just/releases/tag/1.42.1) - 2025-07-14
4+
[1.42.2](https://github.com/casey/just/releases/tag/1.42.2) - 2025-07-15
55
------------------------------------------------------------------------
66

77
### Fixed
8+
- Fix scope lookup for nested submodules ([#2820](https://github.com/casey/just/pull/2820) by [casey](https://github.com/casey))
89

10+
[1.42.1](https://github.com/casey/just/releases/tag/1.42.1) - 2025-07-14
11+
------------------------------------------------------------------------
12+
13+
### Fixed
914
- Export variables to submodules ([#2816](https://github.com/casey/just/pull/2816) by [casey](https://github.com/casey))
1015
- Only override root-justfile variable assignments ([#2815](https://github.com/casey/just/pull/2815) by [casey](https://github.com/casey))
1116

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "just"
3-
version = "1.42.1"
3+
version = "1.42.2"
44
authors = ["Casey Rodarmor <[email protected]>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

0 commit comments

Comments
 (0)