From 58dbbd1cd400377da250eb846bddd5669103d5e8 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 25 Mar 2023 09:43:38 +0100 Subject: [PATCH] Bump version to 0.23 --- 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 21d900a1..e29d08cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# v0.23.0 ## Features diff --git a/Cargo.lock b/Cargo.lock index feb48969..b679ca3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bat" -version = "0.22.1" +version = "0.23.0" dependencies = [ "ansi_colours", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 05865e0e..44460e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat" license = "MIT/Apache-2.0" name = "bat" repository = "https://github.com/sharkdp/bat" -version = "0.22.1" +version = "0.23.0" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build.rs" edition = '2018'