Skip to content

Commit 7ce1809

Browse files
authored
0.3.0 (#26)
1 parent 9944361 commit 7ce1809

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.2.0"
3+
version = "0.3.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.2.0"
22+
cliargs = "0.3.0"
2323
```
2424

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

248248

249249
[repo-url]: https://github.com/sttk/cliargs-rust
250-
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.2.0-fc8d62?logo=rust
250+
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.3.0-fc8d62?logo=rust
251251
[crateio-url]: https://crates.io/crates/cliargs
252252
[docrs-img]: https://img.shields.io/badge/doc.rs-cliargs-66c2a5?logo=docs.rs
253253
[docrs-url]: https://docs.rs/cliargs

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//!
2525
//! ```toml
2626
//! [dependencies]
27-
//! cliargs = "0.2.0"
27+
//! cliargs = "0.3.0"
2828
//! ```
2929
//!
3030
//! ## Usage

0 commit comments

Comments
 (0)