diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2841545a..5b889c83c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -fish 4.3.1 (released ???) -========================= +fish 4.3.1 (released December 28, 2025) +======================================= This release fixes the following problem identified in 4.3.0: diff --git a/Cargo.lock b/Cargo.lock index 8a56eeb01..63c45b0ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "fish" -version = "4.3.0-snapshot" +version = "4.3.1" dependencies = [ "bitflags", "cc", diff --git a/Cargo.toml b/Cargo.toml index 41e43f9c5..b3264fccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ debug = true [package] name = "fish" -version = "4.3.0-snapshot" +version = "4.3.1" edition.workspace = true rust-version.workspace = true default-run = "fish" diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 6611b90e7..98345e184 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,11 @@ +fish (4.3.1-1) stable; urgency=medium + + * Release of new version 4.3.1. + + See https://github.com/fish-shell/fish-shell/releases/tag/4.3.1 for details. + + -- Johannes Altmanninger Sun, 28 Dec 2025 16:54:44 +0100 + fish (4.3.0-1) stable; urgency=medium * Release of new version 4.3.0.