Release 4.3.1

Created by ./build_tools/release.sh 4.3.1
This commit is contained in:
Johannes Altmanninger
2025-12-28 16:54:44 +01:00
parent 18295f4402
commit 583d9dc4af
4 changed files with 12 additions and 4 deletions

View File

@@ -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:

2
Cargo.lock generated
View File

@@ -152,7 +152,7 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
[[package]]
name = "fish"
version = "4.3.0-snapshot"
version = "4.3.1"
dependencies = [
"bitflags",
"cc",

View File

@@ -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"

View File

@@ -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 <aclopte@gmail.com> Sun, 28 Dec 2025 16:54:44 +0100
fish (4.3.0-1) stable; urgency=medium
* Release of new version 4.3.0.