Skip to content

Commit 1daa9b9

Browse files
committed
chore(detrim): prepare release 0.1.5
1 parent 014bd57 commit 1daa9b9

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/detrim/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.1.5
6+
7+
- No significant changes since `0.1.4`.
8+
59
## 0.1.4
610

711
- No significant changes since `0.1.3`.

crates/detrim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "detrim"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Automatic string trimming with serde"
55
categories = ["encoding", "no-std"]
66
keywords = ["deserialization", "utilities", "serde"]

crates/detrim/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<!-- prettier-ignore-start -->
44

55
[![crates.io](https://img.shields.io/crates/v/detrim?label=latest)](https://crates.io/crates/detrim)
6-
[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.4)](https://docs.rs/detrim/0.1.4)
7-
[![dependency status](https://deps.rs/crate/detrim/0.1.4/status.svg)](https://deps.rs/crate/detrim/0.1.4)
6+
[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.5)](https://docs.rs/detrim/0.1.5)
7+
[![dependency status](https://deps.rs/crate/detrim/0.1.5/status.svg)](https://deps.rs/crate/detrim/0.1.5)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/detrim.svg)
99
<br />
10-
[![CI](https://github.com/x52dev/detrim/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/detrim/actions/workflows/ci.yml)
10+
[![CI](https://github.com/x52dev/serde-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/serde-utils/actions/workflows/ci.yml)
1111
[![codecov](https://codecov.io/gh/x52dev/detrim/branch/main/graph/badge.svg)](https://codecov.io/gh/x52dev/detrim)
12-
![Version](https://img.shields.io/badge/rustc-1.56.1+-ab6000.svg)
12+
![Version](https://img.shields.io/badge/rustc-1.70.0+-ab6000.svg)
1313
[![Download](https://img.shields.io/crates/d/detrim.svg)](https://crates.io/crates/detrim)
1414

1515
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)