Skip to content

Commit

Permalink
Update version number and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaccha committed Feb 4, 2024
1 parent 689faa5 commit ca01012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tataki"
authors = ["Tazro Ohta ([email protected])"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/sapporo-wes/tataki"
license = "apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Options:
--cache-dir <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 <FILE> 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
Expand Down

0 comments on commit ca01012

Please sign in to comment.