Increment version

pull/308/head v0.8.4
andy.boot 2023-01-29 09:46:48 +00:00
parent 7efdf63fbc
commit 49a21b1121
4 changed files with 8 additions and 4 deletions

2
Cargo.lock generated
View File

@ -220,7 +220,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "du-dust"
version = "0.8.3"
version = "0.8.4"
dependencies = [
"ansi_term",
"assert_cmd",

View File

@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.8.3"
version = "0.8.4"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2021"
readme = "README.md"

View File

@ -1,4 +1,8 @@
# ----------- To do a release ---------
# Compare times of runs to check no drastic slow down:
# time target/release/dust ~/dev
# time dust ~dev
# edit version in cargo.toml
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5

View File

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH Dust 1 "Dust 0.8.3"
.TH Dust 1 "Dust 0.8.4"
.SH NAME
Dust \- Like du but more intuitive
.SH SYNOPSIS
@ -87,4 +87,4 @@ Only files will be displayed. (Finds your largest files)
[\fIinputs\fR]
.SH VERSION
v0.8.3
v0.8.4