Skip to content

Commit

Permalink
Bump version to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 9, 2021
1 parent 4bed587 commit 230e214
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# unreleased

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

## Bugfixes

## Changes

## Other

## Packaging



# v0.8.1

## Features

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

## Other

- Updated `lexical-core` dependency to fix a compile error with newer Rust versions

## Packaging

- `pastel` is now available on snapstore, see #130 (@purveshpatel511)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "pastel"
readme = "README.md"
repository = "https://github.com/sharkdp/pastel"
version = "0.8.0"
version = "0.8.1"
edition = "2018"
build = "build.rs"
exclude = ["doc/pastel.gif"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ echo " word"

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

### On Arch Linux
Expand Down

0 comments on commit 230e214

Please sign in to comment.