mirror of
https://github.com/sharkdp/bat
synced 2024-11-08 19:10:41 +00:00
commit
3c2ee04b9c
@ -1,4 +1,4 @@
|
||||
# unreleased
|
||||
# v0.23.0
|
||||
|
||||
## Features
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -65,7 +65,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
||||
|
||||
[[package]]
|
||||
name = "bat"
|
||||
version = "0.22.1"
|
||||
version = "0.23.0"
|
||||
dependencies = [
|
||||
"ansi_colours",
|
||||
"assert_cmd",
|
||||
|
@ -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'
|
||||
|
BIN
assets/acknowledgements.bin
vendored
BIN
assets/acknowledgements.bin
vendored
Binary file not shown.
BIN
assets/syntaxes.bin
vendored
BIN
assets/syntaxes.bin
vendored
Binary file not shown.
BIN
assets/themes.bin
vendored
BIN
assets/themes.bin
vendored
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user