Skip to content

Commit 488c915

Browse files
committed
Release 0.2.1
Signed-off-by: ElXreno <[email protected]>
1 parent fbcf1a5 commit 488c915

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flathub-stats"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["ElXreno <[email protected]>"]
55
license = "MPL-2.0"
66
edition = "2018"

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,27 @@
88
---
99

1010
```bash
11-
flathub-stats 0.2.0
11+
flathub-stats 0.2.1
1212
1313

1414

1515
USAGE:
16-
flathub-stats [FLAGS] [OPTIONS] [APPID] [SUBCOMMAND]
16+
flathub-stats [FLAGS] [OPTIONS] [APP-ID] [SUBCOMMAND]
1717

1818
FLAGS:
19-
-f, --force Override already downloaded stats
20-
-h, --help Prints help information
21-
-i, --ignore-404 Ignore 404 status code
22-
-r, --refresh Refreshes current stats cache
23-
-V, --version Prints version information
19+
-d, --disable-refresh Don't refresh current stats cache
20+
-f, --force-refresh Override already cached stats
21+
-h, --help Prints help information
22+
-i, --disable-404-ignoring Disable 404 code ignoring
23+
-a, --show-all Show stats for all days (by default shows only for 180 days)
24+
-V, --version Prints version information
2425
2526
OPTIONS:
26-
-e, --end-date <end-date> End date
27-
-s, --start-date <start-date> Start date
27+
-e, --end-date <end-date> End date (default is today)
28+
-s, --start-date <start-date> Start date (default is 2018/04/29 if --show-all is present)
2829
2930
ARGS:
30-
<APPID> Get stats by application ID
31+
<APP-ID> Get stats by application ID
3132
3233
SUBCOMMANDS:
3334
help Prints this message or the help of the given subcommand(s)

packaging/flatpak/com.elxreno.flathub-stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ modules:
3030
sources:
3131
- type: git
3232
url: https://github.com/ElXreno/flathub-stats.git
33-
tag: v0.2.0
33+
tag: v0.2.1
3434
- generated-sources.json

packaging/rpm/flathub-stats.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global debug_package %{nil}
22

33
Name: flathub-stats
4-
Version: 0.2.0
4+
Version: 0.2.1
55
Release: 1%{?dist}
66
Summary: Utility for fast grepping stats from Flathub
77

@@ -48,6 +48,9 @@ install -m 0755 -Dp target/release/%{name} %{buildroot}%{_bindir}/%{name}
4848
%{_bindir}/%{name}
4949

5050
%changelog
51+
* Thu Aug 20 2020 ElXreno <[email protected]> - 0.2.1-1
52+
- Update to version 0.2.1
53+
5154
* Thu Aug 20 2020 ElXreno <[email protected]> - 0.2.0-1
5255
- Update to version 0.2.0
5356

0 commit comments

Comments
 (0)