Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/detrim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.7

- Minimum supported Rust version (MSRV) is now 1.76.

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion crates/detrim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "detrim"
version = "0.1.6"
version = "0.1.7"
description = "Automatic string trimming with serde"
categories = ["encoding", "no-std"]
keywords = ["deserialization", "utilities", "serde"]
Expand Down
4 changes: 2 additions & 2 deletions crates/detrim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/detrim?label=latest)](https://crates.io/crates/detrim)
[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.6)](https://docs.rs/detrim/0.1.6)
[![dependency status](https://deps.rs/crate/detrim/0.1.6/status.svg)](https://deps.rs/crate/detrim/0.1.6)
[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.7)](https://docs.rs/detrim/0.1.7)
[![dependency status](https://deps.rs/crate/detrim/0.1.7/status.svg)](https://deps.rs/crate/detrim/0.1.7)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/detrim.svg)
<br />
[![CI](https://github.com/x52dev/serde-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/serde-utils/actions/workflows/ci.yml)
Expand Down
2 changes: 2 additions & 0 deletions crates/double-int/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.2

- Minimum supported Rust version (MSRV) is now 1.76.

## 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion crates/double-int/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "double-int"
version = "0.1.1"
version = "0.1.2"
description = "The double-int format represents an integer that can be stored in an IEEE 754 double-precision number without loss of precision"
categories = ["encoding", "no-std", "no-std::no-alloc"]
keywords = ["serde", "utilities", "serialization", "deserialization"]
Expand Down
2 changes: 2 additions & 0 deletions crates/serde-bool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.5

- Minimum supported Rust version (MSRV) is now 1.76.

## 0.1.4
Expand Down
2 changes: 1 addition & 1 deletion crates/serde-bool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-bool"
version = "0.1.4"
version = "0.1.5"
description = "Single value, true or false, boolean deserializers"
categories = ["encoding", "no-std", "no-std::no-alloc"]
keywords = ["serde", "utilities", "serialization", "deserialization"]
Expand Down
4 changes: 2 additions & 2 deletions crates/serde-bool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/serde-bool?label=latest)](https://crates.io/crates/serde-bool)
[![Documentation](https://docs.rs/serde-bool/badge.svg?version=0.1.4)](https://docs.rs/serde-bool/0.1.4)
[![dependency status](https://deps.rs/crate/serde-bool/0.1.4/status.svg)](https://deps.rs/crate/serde-bool/0.1.4)
[![Documentation](https://docs.rs/serde-bool/badge.svg?version=0.1.5)](https://docs.rs/serde-bool/0.1.5)
[![dependency status](https://deps.rs/crate/serde-bool/0.1.5/status.svg)](https://deps.rs/crate/serde-bool/0.1.5)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/serde-bool.svg)
<br />
[![CI](https://github.com/x52dev/serde-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/serde-utils/actions/workflows/ci.yml)
Expand Down
2 changes: 2 additions & 0 deletions crates/serde-decimal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.2.6

- Minimum supported Rust version (MSRV) is now 1.76.

## 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion crates/serde-decimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-decimal"
version = "0.2.5"
version = "0.2.6"
description = "Careful serialization of rust_decimal types"
categories = ["encoding"]
keywords = ["serde", "utilities", "serialization", "deserialization"]
Expand Down
2 changes: 2 additions & 0 deletions crates/serde-secrecy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.2.6

- Minimum supported Rust version (MSRV) is now 1.76.

## 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion crates/serde-secrecy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-secrecy"
version = "0.2.5"
version = "0.2.6"
description = "Serde support for secrecy types"
categories = ["encoding"]
keywords = ["serde", "utilities", "serialization", "deserialization"]
Expand Down
Loading