Skip to content

Commit 94c9cc4

Browse files
committed
chore(release): 0.8.0
1 parent d5358c2 commit 94c9cc4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2020-07-09
10+
911
### Fixed
1012
* Change delete key to BACKSPACE for cross platform support (https://github.com/imsnif/diskonaut/pull/64) - [@maxheyer](https://github.com/maxheyer)
1113
* Do not crash with extremely large files/folders (https://github.com/imsnif/diskonaut/pull/63) - [@Freaky](https://github.com/Freaky)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "diskonaut"
33
description = "Terminal disk space visual navigator"
4-
version = "0.7.0"
4+
version = "0.8.0"
55
authors = ["Aram Drevekenin <[email protected]>"]
66
readme = "README.md"
77
homepage = "https://github.com/imsnif/diskonaut"

0 commit comments

Comments
 (0)