Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelgv committed Nov 21, 2020
1 parent 49f5356 commit 9d688ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# v0.3.0 (2020-11-21)
### Added
* Support for case-insensitive case-preserving file systems for MacOS and
Windows.
* Check if the file is actually the same in case of rename conflict.

### Changed
* Include symlinks in existing file checks.
* Include symlinks when generating an unique file name.

# v0.2.4 (2020-08-01)
### Added
* Add diff to operation output.
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
@@ -1,6 +1,6 @@
[package]
name = "rnr"
version = "0.2.4"
version = "0.3.0"
authors = ["Ismael González Valverde <ismgonval@gmail.com>"]
description = """
RnR is a command-line tool to rename multiple files and directories that
Expand Down

0 comments on commit 9d688ec

Please sign in to comment.