Skip to content

Commit

Permalink
Bump version number to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgryjp committed Nov 18, 2023
1 parent 8ae6041 commit cb4f582
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!-- markdownlint-disable MD024-->

# Change Log

## [Unreleased]
## [0.4.3] - 2023-11-18

### Changed

Expand All @@ -18,7 +19,7 @@

### Fixed

- pmv could try to list children of *a file* and fail ([#17][issue17])
- pmv could try to list children of _a file_ and fail ([#17][issue17])

## [0.4.0] - 2020-01-18

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "pmv"
description = "Pattern based mv(1)"
version = "0.4.2"
version = "0.4.3"
authors = ["Suguru Yamamoto <[email protected]>"]
repository = "https://github.com/sgryjp/pmv"
readme = "README.md"
license = "MIT"
license = "MIT OR Apache-2.0"
categories = ["command-line-utilities", "filesystem"]
edition = "2018"

Expand Down

0 comments on commit cb4f582

Please sign in to comment.