Skip to content

Commit a3da3cf

Browse files
authored
Release 1.42.4 (#2836)
- Bump version: 1.42.3 → 1.42.4 - Update changelog - Update changelog contributor credits - Update dependencies
1 parent e50e95b commit a3da3cf

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.md

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

4+
[1.42.4](https://github.com/casey/just/releases/tag/1.42.4) - 2025-07-24
5+
------------------------------------------------------------------------
6+
7+
### Fixed
8+
- Run imported recipes in correct scope ([#2835](https://github.com/casey/just/pull/2835) by [casey](https://github.com/casey))
9+
- Fix alias doc comment ([#2833](https://github.com/casey/just/pull/2833) by [casey](https://github.com/casey))
10+
411
[1.42.3](https://github.com/casey/just/releases/tag/1.42.3) - 2025-07-18
512
------------------------------------------------------------------------
613

Cargo.lock

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

0 commit comments

Comments
 (0)