From 7430c54fb55ffc132b2eb750c5d7cfb2745fca3e Mon Sep 17 00:00:00 2001 From: Palmer Cox Date: Tue, 23 Nov 2021 23:03:17 -0500 Subject: [PATCH] Release version 2.0.0 --- CHANGES.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6295055..37784b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +2.0.0 +===== + +* Rework the Error interfaces to make it easier to differentiate + between errors related to bad input and errors related to incorrect + usage. + 1.1.0 ===== diff --git a/Cargo.toml b/Cargo.toml index 986f477..f552d45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libzbase32" -version = "1.1.0" +version = "2.0.0" edition = "2018" authors = ["Palmer Cox "] license = "MIT OR Apache-2.0"