bump to 0.2.0

master 0.2.0
Edward Shen 2019-05-07 22:47:24 -04:00
parent 2cbbbdd101
commit be38c16c8d
Signed by: edward
GPG Key ID: F350507060ED6C90
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "endstat"
version = "0.1.0"
version = "0.2.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"

View File

@ -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