Skip to content

Commit 6d98149

Browse files
committed
Bump version to 0.17.1
1 parent bd2e991 commit 6d98149

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
## Packaging
1717

18+
# v0.17.1
19+
20+
## Bugfixes
21+
22+
- Running `bat` without arguments fails ("output file is also an input"), see #1396
1823

1924
# v0.17.0
2025

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
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
name = "bat"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/bat"
10-
version = "0.17.0"
10+
version = "0.17.1"
1111
exclude = [
1212
"assets/syntaxes/*",
1313
"assets/themes/*",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ the most recent release of `bat`, download the latest `.deb` package from the
211211
[release page](https://github.com/sharkdp/bat/releases) and install it via:
212212

213213
```bash
214-
sudo dpkg -i bat_0.17.0_amd64.deb # adapt version number and architecture
214+
sudo dpkg -i bat_0.17.1_amd64.deb # adapt version number and architecture
215215
```
216216

217217
### On Alpine Linux

doc/README-ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ln -s /usr/bin/batcat ~/.local/bin/bat
191191
batの最新リリースを実行する場合、または Ubuntu/Debian の古いバージョンを使用している場合は、[release page](https://github.com/sharkdp/bat/releases) から最新の `.deb` パッケージをダウンロードし、
192192
次の方法でインストールします:
193193
```bash
194-
sudo dpkg -i bat_0.17.0_amd64.deb # adapt version number and architecture
194+
sudo dpkg -i bat_0.17.1_amd64.deb # adapt version number and architecture
195195
```
196196

197197
### On Alpine Linux

doc/README-ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ apt install bat
170170
만약 최근 릴리즈된 bat을 사용을 원하거나 buntu/Debian 예전 버전을 사용하는 경우, [릴리즈 페이지](https://github.com/sharkdp/bat/releases)에서 다음과 같이 `.deb` 패키지를 받아 설치 할 수도 있습니다:
171171

172172
```bash
173-
sudo dpkg -i bat_0.17.0_amd64.deb # adapt version number and architecture
173+
sudo dpkg -i bat_0.17.1_amd64.deb # adapt version number and architecture
174174
```
175175

176176
### On Alpine Linux

doc/README-ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ ln -s /usr/bin/batcat ~/.local/bin/bat
185185
[release page](https://github.com/sharkdp/bat/releases) и установить так:
186186

187187
```bash
188-
sudo dpkg -i bat_0.17.0_amd64.deb # измените архитектуру и версию
188+
sudo dpkg -i bat_0.17.1_amd64.deb # измените архитектуру и версию
189189
```
190190

191191
### Alpine Linux

0 commit comments

Comments
 (0)