Skip to content

Commit 230e214

Browse files
committed
Bump version to v0.8.1
1 parent 4bed587 commit 230e214

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# unreleased
22

33
## Features
4-
- Added `From` and `Display` traits for each color struct, see #133 (@bresilla)
54

65
## Bugfixes
6+
77
## Changes
8+
89
## Other
910

1011
## Packaging
1112

13+
14+
15+
# v0.8.1
16+
17+
## Features
18+
19+
- Added `From` and `Display` traits for each color struct, see #133 (@bresilla)
20+
21+
## Other
22+
23+
- Updated `lexical-core` dependency to fix a compile error with newer Rust versions
24+
25+
## Packaging
26+
1227
- `pastel` is now available on snapstore, see #130 (@purveshpatel511)
1328

1429

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.8.0"
10+
version = "0.8.1"
1111
edition = "2018"
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.0/pastel_0.8.0_amd64.deb"
127-
sudo dpkg -i pastel_0.8.0_amd64.deb
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
128128
```
129129

130130
### On Arch Linux

0 commit comments

Comments
 (0)