diff --git a/CHANGELOG.md b/CHANGELOG.md index 6374186..2c64d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.1 + +* added windows support [via @nabijaczleweli](https://github.com/softprops/screenprints/pull/3) + # 0.1.0 Initial release diff --git a/Cargo.toml b/Cargo.toml index be846ae..30e5758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "screenprints" # Remember to also update in appveyor.yml -version = "0.1.0" +version = "0.1.1" authors = ["softprops "] description = "reprints for your terminal screen" documentation = "https://softprops.github.io/screenprints"