Skip to content

Commit a4dea06

Browse files
committed
chore(serde-bool): prepare release 0.1.1
1 parent a24fe41 commit a4dea06

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.1.1
6+
57
- Implement `PartialEq<False>` for `True`, and vice-versa.
68
- Implement `PartialEq<bool>` for `True` and `False`.
79
- Implement `PartialEq<{True, False}>` for `bool`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde-bool"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rob Ede <[email protected]>"]
55
description = "Single-side boolean deserializers"
66
categories = ["encoding", "no-std", "no-std::no-alloc"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/serde-bool?label=latest)](https://crates.io/crates/serde-bool)
8-
[![Documentation](https://docs.rs/serde-bool/badge.svg?version=0.1.0)](https://docs.rs/serde-bool/0.1.0)
9-
[![dependency status](https://deps.rs/crate/serde-bool/0.1.0/status.svg)](https://deps.rs/crate/serde-bool/0.1.0)
8+
[![Documentation](https://docs.rs/serde-bool/badge.svg?version=0.1.1)](https://docs.rs/serde-bool/0.1.1)
9+
[![dependency status](https://deps.rs/crate/serde-bool/0.1.1/status.svg)](https://deps.rs/crate/serde-bool/0.1.1)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/serde-bool.svg)
1111
<br />
1212
[![CI](https://github.com/x52dev/serde-bool/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/serde-bool/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)