Release 4.4.0

Created by ./build_tools/release.sh 4.4.0
This commit is contained in:
Johannes Altmanninger
2026-02-03 12:11:51 +11:00
parent 14832117b6
commit e1a0df68fc
4 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
fish ?.?.? (released ???)
=========================
fish 4.4.0 (released February 03, 2026)
=======================================
Deprecations and removed features
---------------------------------

2
Cargo.lock generated
View File

@@ -260,7 +260,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "fish"
version = "4.3.3"
version = "4.4.0"
dependencies = [
"assert_matches",
"bitflags",

View File

@@ -80,7 +80,7 @@ debug = true
[package]
name = "fish"
version = "4.3.3"
version = "4.4.0"
edition.workspace = true
rust-version.workspace = true
default-run = "fish"

View File

@@ -1,3 +1,11 @@
fish (4.4.0-1) stable; urgency=medium
* Release of new version 4.4.0.
See https://github.com/fish-shell/fish-shell/releases/tag/4.4.0 for details.
-- Johannes Altmanninger <aclopte@gmail.com> Tue, 03 Feb 2026 12:11:51 +1100
fish (4.3.3-1) stable; urgency=medium
* Release of new version 4.3.3.