Skip to content

Commit

Permalink
0.3.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk authored Aug 12, 2024
1 parent a8d1fda commit ba00f21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stringcase"
version = "0.2.1"
version = "0.3.0"
authors = ["Takayuki Sato <sttk.xslet@gmail.com>"]
edition = "2021"
rust-version = "1.56.1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In `Cargo.toml`, write this crate as a dependency.

```toml
[dependencies]
stringcase = "0.2.1"
stringcase = "0.3.0"
```

## Usage
Expand Down Expand Up @@ -72,7 +72,7 @@ See the file LICENSE in this distribution for more details.


[repo-url]: https://github.com/sttk/stringcase-rust
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.2.1-fc8d62?logo=rust
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.3.0-fc8d62?logo=rust
[crateio-url]: https://crates.io/crates/stringcase
[docrs-img]: https://img.shields.io/badge/doc.rs-stringcase-66c2a5?logo=docs.rs
[docrs-url]: https://docs.rs/stringcase
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//!
//! ```toml
//! [dependencies]
//! stringcase = "0.2.1"
//! stringcase = "0.3.0"
//! ```
//!
//! ## Usage
Expand Down

0 comments on commit ba00f21

Please sign in to comment.