Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bydlw98 committed Apr 7, 2024
1 parent 1c891bd commit 08f0496
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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
@@ -1,6 +1,6 @@
[package]
name = "nls-ls"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
categories = ["command-line-utilities"]
description = "Yet another ls(1) implementation"
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn generate_manpage() {
}
let cmd = build_command();

let man = clap_mangen::Man::new(cmd).date("2023-12-02");
let man = clap_mangen::Man::new(cmd).date("2024-07-04");
let mut buffer: Vec<u8> = Default::default();
man.render(&mut buffer)
.expect("Unable to render man page to buffer");
Expand Down
4 changes: 2 additions & 2 deletions doc/nls.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH nls 1 2023-12-02 "nls 0.4.0"
.TH nls 1 2024-07-04 "nls 0.4.1"
.SH NAME
nls \- Yet another ls(1) implementation
.SH SYNOPSIS
Expand Down Expand Up @@ -181,4 +181,4 @@ List one entry per line
[\fIFILE\fR]
Paths to list. List the current directory if no paths are provided
.SH VERSION
v0.4.0
v0.4.1

0 comments on commit 08f0496

Please sign in to comment.