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`.