Skip to content

Commit 9b46426

Browse files
committed
Bump to v0.11
1 parent 150d3e4 commit 9b46426

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = "pastel"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/pastel"
10-
version = "0.10.0"
10+
version = "0.11.0"
1111
edition = "2021"
1212
build = "build.rs"
1313
exclude = ["doc/pastel.gif"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ echo " word"
123123

124124
You can download the latest Debian package from the [release page](https://github.com/sharkdp/pastel/releases) and install it via `dpkg`:
125125
``` bash
126-
wget "https://github.com/sharkdp/pastel/releases/download/v0.8.1/pastel_0.8.1_amd64.deb"
127-
sudo dpkg -i pastel_0.8.1_amd64.deb
126+
wget "https://github.com/sharkdp/pastel/releases/download/v0.11.0/pastel_0.11.0_amd64.deb"
127+
sudo dpkg -i pastel_0.11.0_amd64.deb
128128
```
129129

130130
Alternatively, `pastel` is available in the official Debian repositories (currently in testing and unstable):

0 commit comments

Comments
 (0)