Skip to content

Commit c8c7d82

Browse files
authored
Release 1.48.1 (#3206)
- Bump version: 1.48.0 → 1.48.1 - Update changelog - Update changelog contributor credits - Update dependencies - Update readme version references
1 parent 936f85a commit c8c7d82

3 files changed

Lines changed: 37 additions & 25 deletions

File tree

ā€ŽCHANGELOG.mdā€Ž

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

4+
[1.48.1](https://github.com/casey/just/releases/tag/1.48.1) - 2026-03-27
5+
------------------------------------------------------------------------
6+
7+
- Fix bash completion of command lines containing `:` ([#3205](https://github.com/casey/just/pull/3205) by [casey](https://github.com/casey))
8+
- Call zsh completion function when first auto-loaded ([#3199](https://github.com/casey/just/pull/3199) by [casey](https://github.com/casey))
9+
- Fix `--set` missing value error message interpolation ([#3198](https://github.com/casey/just/pull/3198) by [cuiweixie](https://github.com/cuiweixie))
10+
- Add `#compdef` to zsh completion script ([#3197](https://github.com/casey/just/pull/3197) by [casey](https://github.com/casey))
11+
- Add instructions for alias completions in bash ([#3190](https://github.com/casey/just/pull/3190) by [casey](https://github.com/casey))
12+
- Remove redundant clap derive attributes ([#3183](https://github.com/casey/just/pull/3183) by [casey](https://github.com/casey))
13+
- Move files into etc/ ([#3182](https://github.com/casey/just/pull/3182) by [casey](https://github.com/casey))
14+
- Update stable features in readme ([#3181](https://github.com/casey/just/pull/3181) by [casey](https://github.com/casey))
15+
416
[1.48.0](https://github.com/casey/just/releases/tag/1.48.0) - 2026-03-23
517
------------------------------------------------------------------------
618

ā€ŽCargo.lockā€Ž

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

ā€ŽCargo.tomlā€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "just"
3-
version = "1.48.0"
3+
version = "1.48.1"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]
@@ -24,10 +24,10 @@ camino = "1.0.4"
2424
chrono = "0.4.38"
2525
clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
2626
clap_complete = { version = "=4.6.0", features = ["unstable-dynamic"] }
27-
clap_mangen = "0.2.20"
27+
clap_mangen = "0.3.0"
2828
derive-where = "1.2.7"
2929
dirs = "6.0.0"
30-
dotenvy = "0.15"
30+
dotenvy = "0.15.0"
3131
edit-distance = "2.0.0"
3232
heck = "0.5.0"
3333
is_executable = "1.0.4"
@@ -41,7 +41,7 @@ rustversion = "1.0.18"
4141
semver = "1.0.20"
4242
serde = { version = "1.0.130", features = ["derive", "rc"] }
4343
serde_json = "1.0.68"
44-
sha2 = "0.10"
44+
sha2 = "0.10.9"
4545
shellexpand = "3.1.0"
4646
similar = { version = "2.1.0", features = ["unicode"] }
4747
snafu = "0.9.0"

0 commit comments

Comments
Ā (0)
⚔