Skip to content

Commit 25f4f96

Browse files
authored
Release bat v0.25.0
Merge pull request #3166 from sharkdp/release_0_25
2 parents ae07586 + 5cfd22e commit 25f4f96

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unreleased
1+
# v0.25.0
22

33
## Features
44

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 OR Apache-2.0"
77
name = "bat"
88
repository = "https://github.com/sharkdp/bat"
9-
version = "0.24.0"
9+
version = "0.25.0"
1010
exclude = ["assets/syntaxes/*", "assets/themes/*"]
1111
build = "build/main.rs"
1212
edition = '2021'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ binaries are also available: look for archives with `musl` in the file name.
455455

456456
### From source
457457

458-
If you want to build `bat` from source, you need Rust 1.70.0 or
458+
If you want to build `bat` from source, you need Rust 1.74.0 or
459459
higher. You can then use `cargo` to build everything:
460460

461461
```bash

assets/acknowledgements.bin

118 Bytes
Binary file not shown.

assets/syntaxes.bin

52.8 KB
Binary file not shown.

assets/themes.bin

185 Bytes
Binary file not shown.

doc/README-ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ ansible-galaxy install aeimer.install_bat
366366
### From source
367367

368368

369-
`bat` をソースからビルドしたいならば、Rust 1.70.0 以上の環境が必要です。
369+
`bat` をソースからビルドしたいならば、Rust 1.74.0 以上の環境が必要です。
370370
`cargo` を使用してビルドすることができます:
371371

372372
```bash

doc/README-ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ scoop install bat
416416

417417
### 소스에서
418418

419-
`bat`의 소스를 빌드하기 위해서는, Rust 1.70.0 이상이 필요합니다.
419+
`bat`의 소스를 빌드하기 위해서는, Rust 1.74.0 이상이 필요합니다.
420420
`cargo`를 이용해 전부 빌드할 수 있습니다:
421421

422422
```bash

doc/README-ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ ansible-galaxy install aeimer.install_bat
344344

345345
### Из исходников
346346

347-
Если вы желаете установить `bat` из исходников, вам понадобится Rust 1.70.0 или выше. После этого используйте `cargo`, чтобы все скомпилировать:
347+
Если вы желаете установить `bat` из исходников, вам понадобится Rust 1.74.0 или выше. После этого используйте `cargo`, чтобы все скомпилировать:
348348

349349
```bash
350350
cargo install --locked bat

0 commit comments

Comments
 (0)