From a076df58ab9d4c6d7ef7e9538e50371c6676a3c3 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Tue, 31 Mar 2020 12:21:27 +0200 Subject: [PATCH] Prepare release. --- Cargo.toml | 2 +- RELEASES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 212d3c2..07224de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signifix" -version = "0.10.0" +version = "0.10.1" edition = "2018" authors = [ "Rouven Spreckels ", diff --git a/RELEASES.md b/RELEASES.md index 7fa849c..ddc072b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 0.10.1 (2020-03-31) + + * Use Rust edition `2018`. + * Update `err-derive`. + # Version 0.10.0 (2019-04-12) * Added stable `try_from` support requiring Rust `>= 1.34.0`.