Skip to content

Commit bf8d5d7

Browse files
authored
0.2.0 (#11)
1 parent d0db13f commit bf8d5d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cliargs"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Takayuki Sato <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.1"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In `Cargo.toml`, write this crate as a dependency.
1919

2020
```toml
2121
[dependencies]
22-
cliargs = "0.1.0"
22+
cliargs = "0.2.0"
2323
```
2424

2525
## Usage
@@ -176,7 +176,7 @@ See the file LICENSE in this distribution for more details.
176176

177177

178178
[repo-url]: https://github.com/sttk/cliargs-rust
179-
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.1.0-fc8d62?logo=rust
179+
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.2.0-fc8d62?logo=rust
180180
[crateio-url]: https://crates.io/crates/cliargs
181181
[docrs-img]: https://img.shields.io/badge/doc.rs-cliargs-66c2a5?logo=docs.rs
182182
[docrs-url]: https://docs.rs/cliargs

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! cliargs = "0.1.0"
24+
//! cliargs = "0.2.0"
2525
//! ```
2626
//!
2727
//! ## Usage

0 commit comments

Comments
 (0)