Skip to content

Commit de8b52f

Browse files
committed
chore(detrim): prepare release 0.1.1
1 parent 555e402 commit de8b52f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.1.1
6+
57
- Add `option_string()` function.
68
- Add `vec_string()` function.
79

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "detrim"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rob Ede <[email protected]>"]
55
description = "String deserializers customization for serde"
66
categories = ["encoding", "no-std"]

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.0)](https://docs.rs/detrim/0.1.0)
7-
[![dependency status](https://deps.rs/crate/detrim/0.1.0/status.svg)](https://deps.rs/crate/detrim/0.1.0)
6+
[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.1)](https://docs.rs/detrim/0.1.1)
7+
[![dependency status](https://deps.rs/crate/detrim/0.1.1/status.svg)](https://deps.rs/crate/detrim/0.1.1)
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)