From efb0223da10367031b7c887a3e40eccdf9bf7b06 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 8 May 2026 00:02:14 +0800 Subject: [PATCH] Release 4.7.1 Created by ./build_tools/release.sh 4.7.1 --- 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 281a3ab53..04a71fa3c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -fish ?.?.? (released ???) -========================= +fish 4.7.1 (released May 08, 2026) +================================== This release fixes a regression in 4.7.0 that caused the web config (``fish_config``) to fail to start (:issue:`12717`). diff --git a/Cargo.lock b/Cargo.lock index e42b5caf2..012cc9ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fish" -version = "4.7.0" +version = "4.7.1" dependencies = [ "assert_matches", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e906ef5fd..3fb42d338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ debug = true [package] name = "fish" -version = "4.7.0" +version = "4.7.1" edition.workspace = true rust-version.workspace = true default-run = "fish" diff --git a/contrib/debian/changelog b/contrib/debian/changelog index f31047c45..710bed524 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,11 @@ +fish (4.7.1-1) stable; urgency=medium + + * Release of new version 4.7.1. + + See https://github.com/fish-shell/fish-shell/releases/tag/4.7.1 for details. + + -- Johannes Altmanninger Fri, 08 May 2026 00:02:14 +0800 + fish (4.7.0-1) stable; urgency=medium * Release of new version 4.7.0.