diff --git a/CHANGELOG.rst b/CHANGELOG.rst index daa39f029..e80f96dac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -fish 4.2.1 (released ???) -========================= +fish 4.2.1 (released November 13, 2025) +======================================= This release fixes the following problems identified in 4.2.0: diff --git a/Cargo.lock b/Cargo.lock index e44b23476..a13115bb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "fish" -version = "4.2.0-snapshot" +version = "4.2.1" dependencies = [ "bitflags", "cc", diff --git a/Cargo.toml b/Cargo.toml index 2c1fcd70d..48b0ff77f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ debug = true [package] name = "fish" -version = "4.2.0-snapshot" +version = "4.2.1" edition.workspace = true rust-version.workspace = true default-run = "fish"