Release 4.1.1

Created by ./build_tools/release.sh 4.1.1
This commit is contained in:
Johannes Altmanninger
2025-09-30 19:27:13 +02:00
parent 635525be96
commit 9bf129bb24
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
fish 4.1.1 (released ???) fish 4.1.1 (released September 30, 2025)
========================= ========================================
This release fixes the following regressions identified in 4.1.0: This release fixes the following regressions identified in 4.1.0:

2
Cargo.lock generated
View File

@@ -105,7 +105,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]] [[package]]
name = "fish" name = "fish"
version = "4.1.0" version = "4.1.1"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cc", "cc",

View File

@@ -64,7 +64,7 @@ debug = true
[package] [package]
name = "fish" name = "fish"
version = "4.1.0" version = "4.1.1"
edition.workspace = true edition.workspace = true
rust-version.workspace = true rust-version.workspace = true
default-run = "fish" default-run = "fish"