From be38c16c8d0d149927051451a29f2340b42cd0d1 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Tue, 7 May 2019 22:47:24 -0400 Subject: [PATCH] bump to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ef23b0..ebb2e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "endstat" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 1.0.0-beta.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8a959f9..734fa14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "endstat" -version = "0.1.0" +version = "0.2.0" authors = ["Edward Shen "] edition = "2018" diff --git a/README.md b/README.md index dce9c93..01005bf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ sure my homelab services were running when I screwed around with config files. - Arbitrary ports - Expected body and/or status code responses - Optional no redirect following -- API endpoint (`/api`) +- API endpoints (`/api`, `/rss`) +- Webhooks ## Getting started