diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 00000000..ba320cc8 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,8 @@ +0.2.4 - Dec 4, 2018 + - Important update: fixes bug where historical directory paths would be incorrectly updated when a directory that was a + prefix of another was moved, resulting in historical directory references that never actually existed. + - Silences logs when moving / renaming directories. + - Fixes importing of shell history that contains invalid UTF8 characters. +0.2.3 - Dec 3, 2018 + - Note: 0.2.3 was never built as a release or pushed to Homebrew. + - Use clobbering redirects, thanks to @gwk. diff --git a/Cargo.toml b/Cargo.toml index 2f7926eb..7787f8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.2.3" +version = "0.2.4" authors = ["Andrew Cantino "] [profile.release]