diff --git a/Cargo.lock b/Cargo.lock index fac30a4..5f25b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,7 +437,7 @@ checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" [[package]] name = "valu3" -version = "0.7.1" +version = "0.7.2" dependencies = [ "bincode", "chrono", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "valu3-derive" -version = "0.7.1" +version = "0.7.2" dependencies = [ "proc-macro2", "quote", diff --git a/VERSION.txt b/VERSION.txt index 7deb86f..d5cc44d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2 \ No newline at end of file diff --git a/valu3/Cargo.toml b/valu3/Cargo.toml index 22ff96f..10ee546 100644 --- a/valu3/Cargo.toml +++ b/valu3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "valu3" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "Apache-2.0" readme = "crates-io.md" @@ -17,7 +17,7 @@ pest_derive = "2.7.15" regex = "1.11.1" chrono = "0.4.39" serde = { version = "1.0.216", features = ["derive"], optional = true } -valu3-derive = { path = "../valu3_derive", optional = true, version = "0.7.1" } +valu3-derive = { path = "../valu3_derive", optional = true, version = "0.7.2" } bincode = { version = "1.3.3", optional = true } [dev-dependencies] diff --git a/valu3/README.md b/valu3/README.md index 5b7c9f1..e4d9fbe 100644 --- a/valu3/README.md +++ b/valu3/README.md @@ -3,11 +3,11 @@ Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipulating diverse data types in your Rust projects. Say goodbye to the complexity of handling numbers, strings, arrays, objects, and datetime values. Valu3 is here to make your life easier! -[![crates.io](https://img.shields.io/crates/v/valu3?label=0.7.1)](https://crates.io/crates/valu3) -[![Documentation](https://docs.rs/valu3/badge.svg?version=0.7.1)](https://docs.rs/valu3/0.7.1) +[![crates.io](https://img.shields.io/crates/v/valu3?label=0.7.2)](https://crates.io/crates/valu3) +[![Documentation](https://docs.rs/valu3/badge.svg?version=0.7.2)](https://docs.rs/valu3/0.7.2) ![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg) ![Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg) -[![Dependency Status](https://deps.rs/crate/valu3/0.7.1/status.svg)](https://deps.rs/crate/valu3/0.7.1) +[![Dependency Status](https://deps.rs/crate/valu3/0.7.2/status.svg)](https://deps.rs/crate/valu3/0.7.2) ![Main test](https://github.com/lowcarboncode/valu3/actions/workflows/main-test.yml/badge.svg) [![codecov](https://codecov.io/gh/lowcarboncode/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/lowcarboncode/valu3) ![downloads](https://img.shields.io/crates/d/valu3.svg) diff --git a/valu3_derive/Cargo.toml b/valu3_derive/Cargo.toml index 8596f0a..86eeb6d 100644 --- a/valu3_derive/Cargo.toml +++ b/valu3_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "valu3-derive" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "Apache-2.0" readme = "crates-io.md" diff --git a/valu3_derive/README.md b/valu3_derive/README.md index 5b7c9f1..e4d9fbe 100644 --- a/valu3_derive/README.md +++ b/valu3_derive/README.md @@ -3,11 +3,11 @@ Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipulating diverse data types in your Rust projects. Say goodbye to the complexity of handling numbers, strings, arrays, objects, and datetime values. Valu3 is here to make your life easier! -[![crates.io](https://img.shields.io/crates/v/valu3?label=0.7.1)](https://crates.io/crates/valu3) -[![Documentation](https://docs.rs/valu3/badge.svg?version=0.7.1)](https://docs.rs/valu3/0.7.1) +[![crates.io](https://img.shields.io/crates/v/valu3?label=0.7.2)](https://crates.io/crates/valu3) +[![Documentation](https://docs.rs/valu3/badge.svg?version=0.7.2)](https://docs.rs/valu3/0.7.2) ![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg) ![Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg) -[![Dependency Status](https://deps.rs/crate/valu3/0.7.1/status.svg)](https://deps.rs/crate/valu3/0.7.1) +[![Dependency Status](https://deps.rs/crate/valu3/0.7.2/status.svg)](https://deps.rs/crate/valu3/0.7.2) ![Main test](https://github.com/lowcarboncode/valu3/actions/workflows/main-test.yml/badge.svg) [![codecov](https://codecov.io/gh/lowcarboncode/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/lowcarboncode/valu3) ![downloads](https://img.shields.io/crates/d/valu3.svg)