Release 4.0.6

Created by ./build_tools/release.sh 4.0.6
This commit is contained in:
Johannes Altmanninger
2025-09-12 11:47:41 +02:00
parent e2005c64b3
commit 7619fa316c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
fish 4.0.3 (released ???)
====================================
fish 4.0.6 (released September 12, 2025)
========================================
This release of fish fixes a number of issues identified in fish 4.0.2:

2
Cargo.lock generated
View File

@@ -112,7 +112,7 @@ dependencies = [
[[package]]
name = "fish"
version = "4.0.2"
version = "4.0.6"
dependencies = [
"bitflags",
"cc",

View File

@@ -16,7 +16,7 @@ debug = true
[package]
name = "fish"
version = "4.0.2"
version = "4.0.6"
edition.workspace = true
rust-version.workspace = true
default-run = "fish"