Skip to content

Commit a5c3286

Browse files
authored
Release 1.42.1 (#2817)
- Bump version: 1.42.0 → 1.42.1 - Update changelog - Update changelog contributor credits
1 parent ce691ff commit a5c3286

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
[1.42.1](https://github.com/casey/just/releases/tag/1.42.1) - 2025-07-14
5+
------------------------------------------------------------------------
6+
7+
### Fixed
8+
9+
- Export variables to submodules ([#2816](https://github.com/casey/just/pull/2816) by [casey](https://github.com/casey))
10+
- Only override root-justfile variable assignments ([#2815](https://github.com/casey/just/pull/2815) by [casey](https://github.com/casey))
11+
412
[1.42.0](https://github.com/casey/just/releases/tag/1.42.0) - 2025-07-13
513
------------------------------------------------------------------------
614

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.0"
3+
version = "1.42.1"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

0 commit comments

Comments
 (0)