Release 4.0.1

This commit is contained in:
David Adam 2025-03-13 11:16:55 +08:00
parent 6df88e1a9f
commit 67b6afffd4
3 changed files with 4 additions and 4 deletions

@ -1,5 +1,5 @@
fish 4.0.1 (released ???)
=========================
fish 4.0.1 (released March 12, 2025)
====================================
This release of fish includes the following improvements compared to fish 4.0.0:

2
Cargo.lock generated

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

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