Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 1.08 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • Bump clap version to 4. This changes appearance of help message.

Fixed

  • Correct a typo in the command line help.

0.4.3 - 2023-11-18

Changed

  • Now pmv can be licensed under the Apache License version 2.0, or under the MIT license as before.

0.4.2 - 2022-06-26

Fixed

  • CRITICAL: If pmv swaps two files one of them will be lost. (#20)

0.4.1 - 2021-03-07

Fixed

  • pmv could try to list children of a file and fail (#17)

0.4.0 - 2020-01-18

Changed

  • Bump version number to make a release

0.1.1 - 2020-01-13

Fixed

  • Disallow to move a directory to path where a file exists