1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Merge pull request #3510 from sharkdp/prepare_release

Prepare for next release
This commit is contained in:
Keith Hall
2025-12-02 22:44:14 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# unreleased
# v0.26.1
## Features

2
Cargo.lock generated
View File

@@ -111,7 +111,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bat"
version = "0.26.0"
version = "0.26.1"
dependencies = [
"ansi_colours",
"anyhow",

View File

@@ -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'