summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-09-09 20:26:55 +0200
committerMartin Nordholts <enselic@gmail.com>2022-09-10 17:59:33 +0200
commite5d95796141a719e208208182a5d3c2090a009c6 (patch)
treef2d8428e61163ee3b6d1ffae59e91b8a8aa4f918
parent352309b0566519ffb64adba1848fbdefce878ab6 (diff)
Bump version to v0.22.1v0.22.1
-rw-r--r--CHANGELOG.md12
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 3 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8460faf..a8245e0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,9 @@
-# unreleased
-
-## Features
+# v0.22.1
## Bugfixes
- Bring back pre-processing of ANSI escape characters to so that some common `bat` use cases starts working again. See #2308 (@Enselic)
-## Other
-
-## Syntaxes
-
-## Themes
-
-## `bat` as a library
-
# v0.22.0
diff --git a/Cargo.lock b/Cargo.lock
index 6793cc53..4aa42a7c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -74,7 +74,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bat"
-version = "0.22.0"
+version = "0.22.1"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 7420dd7c..b51d5e4b 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.0"
+version = "0.22.1"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
edition = '2018'