Skip to content

Commit

Permalink
chore(serde-bool): prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 30, 2023
1 parent a24fe41 commit a4dea06
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

- Implement `PartialEq<False>` for `True`, and vice-versa.
- Implement `PartialEq<bool>` for `True` and `False`.
- Implement `PartialEq<{True, False}>` for `bool`.
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 = "serde-bool"
version = "0.1.0"
version = "0.1.1"
authors = ["Rob Ede <[email protected]>"]
description = "Single-side boolean deserializers"
categories = ["encoding", "no-std", "no-std::no-alloc"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- prettier-ignore-start -->

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

0 comments on commit a4dea06

Please sign in to comment.