Skip to content

Commit 266f8f2

Browse files
committed
Bump version
1 parent 6ad250b commit 266f8f2

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# unreleased
22

3+
4+
5+
6+
# v0.7.0
7+
38
- List available themes via `vivid themes`, see #48 (@gillespiecd)
49
- Added "One" theme, see #51 (@mortezadadgar)
510
- Fix panic if stdout is closed, see #56

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 = "vivid"
88
readme = "README.md"
99
repository = "https://github.com/sharkdp/vivid"
10-
version = "0.6.0"
10+
version = "0.7.0"
1111
exclude = ["demo/*"]
1212
edition = "2018"
1313

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Download one of the Debian packages from the [release page](https://github.com/s
5858
and install it via `dpkg -i`:
5959

6060
``` bash
61-
wget "https://github.com/sharkdp/vivid/releases/download/v0.6.0/vivid_0.6.0_amd64.deb"
62-
sudo dpkg -i vivid_0.6.0_amd64.deb
61+
wget "https://github.com/sharkdp/vivid/releases/download/v0.7.0/vivid_0.7.0_amd64.deb"
62+
sudo dpkg -i vivid_0.7.0_amd64.deb
6363
```
6464

6565
### On Arch Linux

0 commit comments

Comments
 (0)