From 3478f78a0536414af623467c2addda4e9700a75d Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 17 Feb 2026 11:32:33 +1100 Subject: [PATCH] Release 4.5.0 Created by ./build_tools/release.sh 4.5.0 --- CHANGELOG.rst | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- contrib/debian/changelog | 8 ++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b67ef4ff..0b1f431b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -fish ?.?.? (released ???) -========================= +fish 4.5.0 (released February 17, 2026) +======================================= This is mostly a patch release for Vi mode regressions in 4.4.0 but other minor behavior changes are included as well. diff --git a/Cargo.lock b/Cargo.lock index a3e94378d..b36c8215c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fish" -version = "4.4.0" +version = "4.5.0" dependencies = [ "assert_matches", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 6a92ee857..d89f83d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ debug = true [package] name = "fish" -version = "4.4.0" +version = "4.5.0" edition.workspace = true rust-version.workspace = true default-run = "fish" diff --git a/contrib/debian/changelog b/contrib/debian/changelog index ed3bf9779..2c43661da 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,11 @@ +fish (4.5.0-1) stable; urgency=medium + + * Release of new version 4.5.0. + + See https://github.com/fish-shell/fish-shell/releases/tag/4.5.0 for details. + + -- Johannes Altmanninger Tue, 17 Feb 2026 11:32:33 +1100 + fish (4.4.0-1) stable; urgency=medium * Release of new version 4.4.0.