diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 20:28:08 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 20:28:08 -0700 |
commit | 3333660e0d9148caa8a270424e1f72ab042183dd (patch) | |
tree | 94ad0889b8fcc7c67a95aa2befbc12e67d9e7820 | |
parent | 2aadfe74914881d55b9173081e777080d280fc97 (diff) | |
download | es-public-proxy-3333660e0d9148caa8a270424e1f72ab042183dd.tar.gz es-public-proxy-3333660e0d9148caa8a270424e1f72ab042183dd.zip |
bump to 0.2.0 and start a CHANGELOGv0.2.0
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9653a22 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ + +# CHANGELOG + +## [0.2.0] - 2020-08-26 + +Initial public release. @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "es-public-proxy" -version = "0.1.1" +version = "0.2.0" dependencies = [ "env_logger", "http", @@ -1,6 +1,6 @@ [package] name = "es-public-proxy" -version = "0.1.1" +version = "0.2.0" edition = "2018" authors = ["Bryan Newbold <bnewbold@robocracy.org>"] license = "AGPL-3+" |