diff --git a/CHANGELOG.md b/CHANGELOG.md index f87bcfc..aba9c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.2.0 (dev) +## v1.2.0-dev phetch is all about fun colors, but your options are limited. You can turn off colors with the `NO_COLOR` env variable or you can diff --git a/Cargo.lock b/Cargo.lock index 9503ee4..e738f2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.1.1-dev" +version = "1.2.0-dev" dependencies = [ "atty", "cp437", diff --git a/Cargo.toml b/Cargo.toml index 4973d7d..9027178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.1.1-dev" +version = "1.2.0-dev" authors = ["chris west "] license = "MIT" edition = "2018" @@ -31,7 +31,6 @@ pre-release-replacements = [ {file="README.md", search="/v\\d+\\.\\d+\\.\\d+/", replace="/v{{version}}/"}, {file="CHANGELOG.md", search="\\d+\\.\\d+\\.\\d+-dev", replace="{{version}}"}, ] -dev-version-ext = "dev" [dependencies] termion = "1.5.5"