Skip to content

Commit e816443

Browse files
committed
chore(detrim): prepare release 0.1.4
1 parent 86c76f6 commit e816443

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

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

711
- Fix `cow_str` when expecting to borrow from input data.

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "detrim"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Rob Ede <[email protected]>"]
5-
description = "String deserializers customization for serde"
5+
description = "Automatic string trimming with serde"
66
categories = ["encoding", "no-std"]
77
keywords = ["deserialization", "utilities", "serde"]
88
repository = "https://github.com/x52dev/detrim"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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.3)](https://docs.rs/detrim/0.1.3)
7-
[![dependency status](https://deps.rs/crate/detrim/0.1.3/status.svg)](https://deps.rs/crate/detrim/0.1.3)
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)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/detrim.svg)
99
<br />
1010
[![CI](https://github.com/x52dev/detrim/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/detrim/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)