diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b89cd9..180c21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.1 + +- improve help message for input path arguments +- fix installation documentation (`cargo install` no longer works) + ## v0.1.0 - initial release with rayon-based parallel UFO source formatting support diff --git a/Cargo.toml b/Cargo.toml index c3a4ff6..9dca8e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ufofmt" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["Chris Simpkins "] description = "A highly opinionated UFO source file formatter based on the Norad library"