Skip to content

Commit c4d1b19

Browse files
chore: Release
1 parent 0d5d981 commit c4d1b19

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88

99
<!-- ANCHOR: changelog -->
1010

11+
## [4.2.1] - 2025-11-26
12+
13+
<!-- ANCHOR: changelog -->
14+
1115
### Fixed
1216

1317
- Fix crash when previewing a JSON body that contains an escaped quote [#646](https://github.com/LucasPickering/slumber/issues/646)

Cargo.lock

Lines changed: 10 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage = "https://slumber.lucaspickering.me"
2020
keywords = ["rest", "http", "terminal", "tui"]
2121
license = "MIT"
2222
repository = "https://github.com/LucasPickering/slumber"
23-
version = "4.2.0"
23+
version = "4.2.1"
2424
# Keep in sync w/ rust-toolchain.toml
2525
rust-version = "1.88.0"
2626

@@ -54,14 +54,14 @@ serde_json = {version = "1.0.120", default-features = false, features = ["preser
5454
serde_json_path = "0.7.1"
5555
serde_test = "1.0.176"
5656
serde_yaml = {version = "0.9.0", default-features = false}
57-
slumber_cli = {path = "./crates/cli", version = "4.2.0" }
58-
slumber_config = {path = "./crates/config", version = "4.2.0" }
59-
slumber_core = {path = "./crates/core", version = "4.2.0" }
60-
slumber_import = {path = "./crates/import", version = "4.2.0" }
61-
slumber_macros = {path = "./crates/macros", version = "4.2.0" }
62-
slumber_template = {path = "./crates/template", version = "4.2.0" }
63-
slumber_tui = {path = "./crates/tui", version = "4.2.0" }
64-
slumber_util = {path = "./crates/util", version = "4.2.0" }
57+
slumber_cli = {path = "./crates/cli", version = "4.2.1" }
58+
slumber_config = {path = "./crates/config", version = "4.2.1" }
59+
slumber_core = {path = "./crates/core", version = "4.2.1" }
60+
slumber_import = {path = "./crates/import", version = "4.2.1" }
61+
slumber_macros = {path = "./crates/macros", version = "4.2.1" }
62+
slumber_template = {path = "./crates/template", version = "4.2.1" }
63+
slumber_tui = {path = "./crates/tui", version = "4.2.1" }
64+
slumber_util = {path = "./crates/util", version = "4.2.1" }
6565
strum = {version = "0.26.3", default-features = false}
6666
syn = "2.0.101"
6767
terminput = "0.5.3"

0 commit comments

Comments
 (0)