Skip to content

Commit

Permalink
chore(detrim): prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed May 25, 2024
1 parent 555e402 commit de8b52f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.1

- Add `option_string()` function.
- Add `vec_string()` function.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "detrim"
version = "0.1.0"
version = "0.1.1"
authors = ["Rob Ede <robjtede@icloud.com>"]
description = "String deserializers customization for serde"
categories = ["encoding", "no-std"]
Expand Down
4 changes: 2 additions & 2 deletions 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.0)](https://docs.rs/detrim/0.1.0)
[![dependency status](https://deps.rs/crate/detrim/0.1.0/status.svg)](https://deps.rs/crate/detrim/0.1.0)
[![Documentation](https://docs.rs/detrim/badge.svg?version=0.1.1)](https://docs.rs/detrim/0.1.1)
[![dependency status](https://deps.rs/crate/detrim/0.1.1/status.svg)](https://deps.rs/crate/detrim/0.1.1)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/detrim.svg)
<br />
[![CI](https://github.com/x52dev/detrim/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/detrim/actions/workflows/ci.yml)
Expand Down

0 comments on commit de8b52f

Please sign in to comment.