From 97018c20adb5914af9f23597060977e7505dde2f Mon Sep 17 00:00:00 2001 From: purvesh-linux11 Date: Wed, 2 Dec 2020 08:25:37 +0530 Subject: [PATCH] update readme and changelog --- CHANGELOG.md | 9 +++++---- README.md | 20 +++++++++----------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1ed19f..e17c9ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ ## Changes ## Other +## Packaging + +- `pastel` is now available on snapstore, see #130 (@purveshpatel511) + + # v0.8.0 ## Features @@ -15,10 +20,6 @@ - Completely new CI/CD system via GitHub Actions, see #120 (@rivy) -## Packaging - -- `pastel` is now available on snapstore, see #130 (@purveshpatel511) - # v0.7.1 ## Bugfixes diff --git a/README.md b/README.md index 52fc9d63..df7dbbf3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ [![](https://img.shields.io/github/v/release/sharkdp/pastel?colorB=d7a400&style=flat-square)](https://github.com/sharkdp/pastel/releases) [![](https://img.shields.io/crates/l/pastel.svg?colorB=ff7155&style=flat-square)](https://crates.io/crates/pastel) [![](https://img.shields.io/crates/v/pastel.svg?colorB=ff69b4&style=flat-square)](https://crates.io/crates/pastel) -[![pastel](https://snapcraft.io/pastel/badge.svg)](https://snapcraft.io/pastel) -[![pastel](https://snapcraft.io/pastel/trending.svg?name=0)](https://snapcraft.io/pastel) `pastel` is a command-line tool to generate, analyze, convert and manipulate colors. It supports many different color formats and color spaces like RGB (sRGB), HSL, CIELAB, CIELCh as well as ANSI 8-bit and 24-bit representations. @@ -150,6 +148,15 @@ You can install `pastel` via [Homebrew](https://formulae.brew.sh/formula/pastel) brew install pastel ``` +### Via snap package + +``` +sudo snap install pastel +``` + +[Get it from the Snap Store](https://snapcraft.io/pastel) + + ### On other distributions Check out the [release page](https://github.com/sharkdp/pastel/releases) for binary builds. @@ -169,15 +176,6 @@ git clone https://github.com/sharkdp/pastel cargo install --path ./pastel ``` -### Via snap package - -``` -sudo snap install pastel -``` - -[Get it from the Snap Store](https://snapcraft.io/pastel) - - ## Resources Interesting Wikipedia pages: