summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-05-10 17:33:49 +0200
committerMartin Nordholts <enselic@gmail.com>2022-05-12 12:12:49 +0200
commitd3f89bc4bcd3ac2e6f0c369bea45112808cae7e4 (patch)
treec4d3f3e4a8d6c56ad976776a2875675f70999466
parent5fe9b3e1b3df770207f1fdda7b10893c56cd9cfb (diff)
Bump to v0.21.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da5ab17a..8babb11a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -74,7 +74,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bat"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 0e015e66..deac2b5d 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.20.0"
+version = "0.21.0"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
edition = '2018'