From 166a8c9996ca147c0ebb3356296ceecdd2dc631f Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 22 Sep 2022 21:20:04 +0200 Subject: [PATCH] Version 0.2.0! --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e037f22..4e91f51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "steam-rss" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index a1e4871..41eed04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "steam-rss" description = "Get RSS feeds for Steam games." repository = "https://git.bauke.xyz/Bauke/steam-rss" license = "AGPL-3.0-or-later" -version = "0.1.0" +version = "0.2.0" authors = ["Bauke "] edition = "2021" diff --git a/README.md b/README.md index cdeb287..6ceb1c9 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,12 @@ USAGE: OPTIONS: -a, --appid A game's AppID, can be used multiple times -h, --help Print help information + --opml Output the feeds as OPML -t, --timeout The time in milliseconds to sleep between HTTP requests [default: 250] + --url A game's store URL, can be used multiple times + --user A person's steamcommunity.com ID or full URL, can be used multiple + times -v, --verify Verify potential feeds by downloading them and checking if they return XML -V, --version Print version information