From a9950b11d12b9156370ef68ae5897dbd592ae81e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 26 May 2024 16:27:00 +0100 Subject: [PATCH] chore(detrim): prepare release 0.1.3 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9a85e..8c83c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.1.3 + - Fix `cow_str` when expecting to borrow from input data. ## 0.1.2 diff --git a/Cargo.lock b/Cargo.lock index 3c85755..316246b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "detrim" -version = "0.1.2" +version = "0.1.3" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 10daddb..5688b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "detrim" -version = "0.1.2" +version = "0.1.3" authors = ["Rob Ede "] description = "String deserializers customization for serde" categories = ["encoding", "no-std"] diff --git a/README.md b/README.md index 5b40652..66899b7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![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.2)](https://docs.rs/detrim/0.1.2) -[![dependency status](https://deps.rs/crate/detrim/0.1.2/status.svg)](https://deps.rs/crate/detrim/0.1.2) +[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.3)](https://docs.rs/detrim/0.1.3) +[![dependency status](https://deps.rs/crate/detrim/0.1.3/status.svg)](https://deps.rs/crate/detrim/0.1.3) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/detrim.svg)
[![CI](https://github.com/x52dev/detrim/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/detrim/actions/workflows/ci.yml)