Skip to content

Commit c734087

Browse files
authored
Merge pull request #3440 from sharkdp/prepare_release
Prepare to release v0.26.0
2 parents 83ffd1e + 3331a30 commit c734087

File tree

10 files changed

+8
-11
lines changed

10 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# unreleased
1+
# v0.26.0
22

33
## Features
44
- Add build for windows/ARM64 platform. #3190 (@alcroito)
5-
65
- Add paging to `--list-themes`, see PR #3239 (@einfachIrgendwer0815)
76
- Support negative relative line ranges, e.g. `bat -r :-10` / `bat -r='-10:'`, see #3068 (@ajesipow)
87
- Support context in line ranges, e.g. `bat -r 30::5` / `bat -r 30:40:5`, see #3345 (@cavanaug)
98
- Add built-in 'minus' pager, e.g. `bat --pager=builtin` see PR #3402 (@academician)
10-
- Syntax highlighting for typescript code blocks within Markdown files, see #3435 (@MuntasirSZN)
119

1210
## Bugfixes
1311

@@ -65,6 +63,7 @@
6563
- Map `.kshrc` files to Bash syntax #3364 (@ritoban23)
6664
- Map `/var/log/dmesg` files to Syslog syntax #3412 (@keith-hall)
6765
- Add syntax definition and test file for Go modules(`go.mod` and `go.sum`) highlighting, see #3424 (@DarkMatter-999)
66+
- Syntax highlighting for typescript code blocks within Markdown files, see #3435 (@MuntasirSZN)
6867

6968
## Themes
7069

@@ -74,8 +73,6 @@
7473
- Updated GitHub theme, see #3382 (@CosmicHorrorDev)
7574
- Updated ANSI theme to highlight JSON object keys differently from values, see #3413 (@keith-hall)
7675

77-
## `bat` as a library
78-
7976
# v0.25.0
8077

8178
## Features

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.25.0"
9+
version = "0.26.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
@@ -450,7 +450,7 @@ binaries are also available: look for archives with `musl` in the file name.
450450

451451
### From source
452452

453-
If you want to build `bat` from source, you need Rust 1.74.0 or
453+
If you want to build `bat` from source, you need Rust 1.79.0 or
454454
higher. You can then use `cargo` to build everything:
455455

456456
#### From local source

assets/acknowledgements.bin

6.41 KB
Binary file not shown.

assets/syntaxes.bin

16.1 KB
Binary file not shown.

assets/themes.bin

17.1 KB
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.74.0 以上の環境が必要です。
369+
`bat` をソースからビルドしたいならば、Rust 1.79.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.74.0 이상이 필요합니다.
419+
`bat`의 소스를 빌드하기 위해서는, Rust 1.79.0 이상이 필요합니다.
420420
`cargo`를 이용해 전부 빌드할 수 있습니다:
421421

422422
```bash

doc/README-ru.md

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

389389
### Из исходников
390390

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

393393
```bash
394394
cargo install --locked bat

0 commit comments

Comments
 (0)