Skip to content

Commit b146958

Browse files
committed
Bump version to v0.18.3
1 parent 15c701b commit b146958

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020

2121

2222

23+
# v0.18.3
24+
25+
## Bugfixes
26+
27+
- Bump `git2` dependency to fix build with Rust 1.54, see #1761
28+
29+
2330
# v0.18.2
2431

2532
## Features

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/sharkdp/bat"
66
license = "MIT/Apache-2.0"
77
name = "bat"
88
repository = "https://github.com/sharkdp/bat"
9-
version = "0.18.2"
9+
version = "0.18.3"
1010
exclude = ["assets/syntaxes/*", "assets/themes/*"]
1111
build = "build.rs"
1212
edition = '2018'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ the most recent release of `bat`, download the latest `.deb` package from the
222222
[release page](https://github.com/sharkdp/bat/releases) and install it via:
223223

224224
```bash
225-
sudo dpkg -i bat_0.18.2_amd64.deb # adapt version number and architecture
225+
sudo dpkg -i bat_0.18.3_amd64.deb # adapt version number and architecture
226226
```
227227

228228
### On Alpine Linux

doc/README-ja.md

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

208208
### On Alpine Linux

doc/README-ko.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ ln -s /usr/bin/batcat ~/.local/bin/bat
244244
다음과 같이 `.deb` 패키지를 받아 설치하세요:
245245

246246
```bash
247-
sudo dpkg -i bat_0.18.2_amd64.deb # adapt version number and architecture
247+
sudo dpkg -i bat_0.18.3_amd64.deb # adapt version number and architecture
248248
```
249249

250250
### Alpine Linux에서

doc/README-ru.md

+1-1
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.18.2_amd64.deb # измените архитектуру и версию
188+
sudo dpkg -i bat_0.18.3_amd64.deb # измените архитектуру и версию
189189
```
190190

191191
### Alpine Linux

0 commit comments

Comments
 (0)