diff --git a/CHANGELOG.md b/CHANGELOG.md index a84471c7..caafbe79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# unreleased +# v0.24.0 ## Features @@ -36,8 +36,6 @@ - add `NSIS` support, see #2577 (@idleberg) - Update `ssh-config`, see #2697 (@mrmeszaros) -## Themes - ## `bat` as a library - Add optional output_buffer arg to `Controller::run()` and `Controller::run_with_error_handler()`, see #2618 (@Piturnah) diff --git a/Cargo.lock b/Cargo.lock index 7b2766c0..d51c98a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "bat" -version = "0.23.0" +version = "0.24.0" dependencies = [ "ansi_colours", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3b38734a..e31fbc31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat" license = "MIT OR Apache-2.0" name = "bat" repository = "https://github.com/sharkdp/bat" -version = "0.23.0" +version = "0.24.0" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build.rs" edition = '2018' diff --git a/assets/syntaxes.bin b/assets/syntaxes.bin index 9e0d02d3..7a5cd310 100644 Binary files a/assets/syntaxes.bin and b/assets/syntaxes.bin differ