Skip to content

Commit

Permalink
Bump version to 0.2.1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Jun 27, 2022
1 parent 0712ed8 commit db2139b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# main

# 0.2.1

* Empty result won't override recorded path from previous runs.

# 0.2.0
Expand Down
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 = "ea-command"
version = "0.2.0"
version = "0.2.1"
license = "MIT"
authors = ["Daniel Duan <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/UserManual.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% EA(1) Version 0.2.0 | EA MANUAL
% EA(1) Version 0.2.1 | EA MANUAL

NAME
----
Expand Down
2 changes: 1 addition & 1 deletion docs/ea.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "EA" "1" "" "Version 0.2.0" "EA MANUAL"
.TH "EA" "1" "" "Version 0.2.1" "EA MANUAL"
.hy
.SS NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
pname = info.name;
version = info.version;
src = ./.;
cargoSha256 = "sha256-UOZcFTqH3nym+v2W92gkY5UXJZb1SkWgNAm83JWHSt8=";
cargoSha256 = "sha256-1x9LQ1MkdNZLga+pAahkwaI6tlbdT41nwB+D1XVLBwY=";
lockFile = ./Cargo.lock;
nativeBuildInputs = [ installShellFiles pandoc ];
preFixup = ''
Expand Down

0 comments on commit db2139b

Please sign in to comment.