From ca01012659113cd1284e7d41f8e555348125f80c Mon Sep 17 00:00:00 2001 From: fmaccha Date: Sun, 4 Feb 2024 23:11:35 +0900 Subject: [PATCH] Update version number and README.md --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ccc4ab..c7a2d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tataki" authors = ["Tazro Ohta (tazro.ohta@chiba-u.jp)"] -version = "0.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/sapporo-wes/tataki" license = "apache-2.0" diff --git a/README.md b/README.md index b648b7b..c8dfda0 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ Options: --cache-dir Specify the directory in which to create a temporary directory. If this option is not provided, a temporary directory will be created in the default system temporary directory (/tmp) -c, --conf Specify the tataki configuration file. If this option is not provided, the default configuration will be used. The option `--dry-run` shows the default configuration file --dry-run Output the configuration file in yaml format and exit the program. If `--conf` option is not provided, the default configuration file will be shown - -v, --verbose Sets the level of verbosity + -v, --verbose Show verbose log messages -q, --quiet Suppress all log messages -h, --help Print help -V, --version Print version -Version: 0.2.0 +Version: 0.2.1 ``` ### Determining Formats in Your Preferred Order