From c2232d457f977885fe6ce9bf8f86a4b79ec35bd6 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Fri, 7 Jan 2022 08:43:27 +0100 Subject: [PATCH] Bump to v0.19.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c9a40d0..7b26380d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bat" -version = "0.18.3" +version = "0.19.0" dependencies = [ "ansi_colours", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index 6e2236a2..4324464c 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.18.3" +version = "0.19.0" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build.rs" edition = '2018'