From 1a6521e1646403c7ce56e591e4752131b558071e Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Fri, 29 Jan 2021 10:01:07 +0100 Subject: [PATCH] Release 2.3.2 --- lib/CHANGELOG.md | 2 ++ lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 382bf22..28f8592 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 2.3.2 + ### Patch - Remove the `std` feature for `Display` diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b2eee20..5adee1e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "data-encoding" -version = "2.3.1" +version = "2.3.2" authors = ["Julien Cretin "] license = "MIT" edition = "2018"