Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Dec 6, 2021
1 parent 52bbe72 commit 2e49cf0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.4.0 (2021-12-06)
### Added
* New `to-ascii` command to translate UTF-8 file names to ASCII
representation.
### Changed
* Refactor interal app and config modules to ease the addition of
new commands.
* Update dependencies.
### Fixed
* Remove additional prefix on path printing.
* Clippy lints and potential perfomance pitfalls.

# v0.3.1 (2021-11-06)
### Changed
* Update references from `ChuckDaniels87/rnr` to `ismaelgv/rnr`.
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 = "rnr"
version = "0.3.1"
version = "0.4.0"
authors = ["Ismael González Valverde <[email protected]>"]
description = """
RnR is a command-line tool to rename multiple files and directories that
Expand Down

0 comments on commit 2e49cf0

Please sign in to comment.