Skip to content

Commit e5d9579

Browse files
committed
Bump version to v0.22.1
1 parent 352309b commit e5d9579

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
# unreleased
2-
3-
## Features
1+
# v0.22.1
42

53
## Bugfixes
64

75
- Bring back pre-processing of ANSI escape characters to so that some common `bat` use cases starts working again. See #2308 (@Enselic)
86

9-
## Other
10-
11-
## Syntaxes
12-
13-
## Themes
14-
15-
## `bat` as a library
16-
177

188
# v0.22.0
199

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat"
66
license = "MIT/Apache-2.0"
77
name = "bat"
88
repository = "https://github.com/sharkdp/bat"
9-
version = "0.22.0"
9+
version = "0.22.1"
1010
exclude = ["assets/syntaxes/*", "assets/themes/*"]
1111
build = "build.rs"
1212
edition = '2018'

0 commit comments

Comments
 (0)