From 5d75c47fcc4e056cc0ae1f9b93804e298de74848 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Wed, 7 Jan 2026 08:52:39 +0100 Subject: [PATCH] start new cycle Created by ./build_tools/release.sh 4.3.3 --- CHANGELOG.rst | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa162bc7f..18a5ee7db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,6 @@ +fish ?.?.? (released ???) +========================= + fish 4.3.3 (released January 07, 2026) ====================================== diff --git a/Cargo.lock b/Cargo.lock index 6ca5af992..1c0c4df75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" [[package]] name = "fish" -version = "4.3.3" +version = "4.3.3-snapshot" dependencies = [ "bitflags", "cc", diff --git a/Cargo.toml b/Cargo.toml index 0f18405ca..a59b71b6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ debug = true [package] name = "fish" -version = "4.3.3" +version = "4.3.3-snapshot" edition.workspace = true rust-version.workspace = true default-run = "fish"