From 19ab724a73c4ac9eedaa35998ec95f59854a2c06 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Tue, 2 Dec 2025 22:31:43 +0200 Subject: [PATCH] Prepare for next release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c0521c..20ba8592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# v0.26.1 ## Features diff --git a/Cargo.lock b/Cargo.lock index c094a94e..7fd2ea29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bat" -version = "0.26.0" +version = "0.26.1" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ffc42db4..f7590977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat" license = "MIT OR Apache-2.0" name = "bat" repository = "https://github.com/sharkdp/bat" -version = "0.26.0" +version = "0.26.1" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build/main.rs" edition = '2021'