summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2023-03-25 10:21:55 +0100
committerGitHub <noreply@github.com>2023-03-25 10:21:55 +0100
commit3c2ee04b9c57f625be35a9d6b510a66b7b049141 (patch)
tree2e9cacb87036820f0a598f342c377b1da968c63b
parenta113b0df12191f629e6ef28a5c03ccb4beede76f (diff)
parent949f2072758cb36d0073c863b68a8752f062282e (diff)
Merge pull request #2514 from sharkdp/bat-0.23
Updates for bat 0.23
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--assets/acknowledgements.binbin9702 -> 9823 bytes
-rw-r--r--assets/syntaxes.binbin898115 -> 908131 bytes
-rw-r--r--assets/themes.binbin40498 -> 40606 bytes
-rw-r--r--doc/release-checklist.md4
7 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21d900a1..e29d08cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# unreleased
+# v0.23.0
## Features
diff --git a/Cargo.lock b/Cargo.lock
index feb48969..b679ca3b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -65,7 +65,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bat"
-version = "0.22.1"
+version = "0.23.0"
dependencies = [
"ansi_colours",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 05865e0e..44460e04 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.1"
+version = "0.23.0"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
edition = '2018'
diff --git a/assets/acknowledgements.bin b/assets/acknowledgements.bin
index 748d1e32..3e6c0376 100644
--- a/assets/acknowledgements.bin
+++ b/assets/acknowledgements.bin
Binary files differ
diff --git a/assets/syntaxes.bin b/assets/syntaxes.bin
index df582f59..04e7eefe 100644
--- a/assets/syntaxes.bin
+++ b/assets/syntaxes.bin
Binary files differ
diff --git a/assets/themes.bin b/assets/themes.bin
index 1163d1d2..c9dfcde1 100644
--- a/assets/themes.bin
+++ b/assets/themes.bin
Binary files differ
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 4a4bafdd..8a8bca88 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -5,7 +5,7 @@
- [ ] Update version in `Cargo.toml`. Run `cargo build` to update `Cargo.lock`.
Make sure to `git add` the `Cargo.lock` changes as well.
- [ ] Find the current min. supported Rust version by running
- `grep '^\s*MIN_SUPPORTED_RUST_VERSION' .github/workflows/CICD.yml`.
+ `cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].rust_version'`.
- [ ] Update the version and the min. supported Rust version in `README.md` and
`doc/README-*.md`. Check with
`git grep -i -e 'rust.*1\.' -e '1\..*rust' | grep README | grep -v tests/`.
@@ -70,4 +70,4 @@
## `bat` as a library
-``` \ No newline at end of file
+```