Skip to content

Commit

Permalink
Bump version number to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgryjp committed Jun 26, 2022
1 parent e4021fe commit 0d97400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- markdownlint-disable MD024-->
# Change Log

## [0.4.2] - 2022-06-26

### Fixed

- CRITICAL: If pmv swaps two files one of them will be lost. ([#20][issue20])

## [0.4.1] - 2021-03-07

### Fixed
Expand All @@ -20,3 +26,4 @@
- Disallow to move a directory to path where a file exists

[issue17]: https://github.com/sgryjp/pmv/issues/17
[issue20]: https://github.com/sgryjp/pmv/issues/20
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pmv"
description = "Pattern based mv(1)"
version = "0.4.1"
version = "0.4.2"
authors = ["Suguru Yamamoto <sgryjp@gmail.com>"]
repository = "https://github.com/sgryjp/pmv"
readme = "README.md"
Expand Down

0 comments on commit 0d97400

Please sign in to comment.