From 56fe31725f5398c41f1f6492d1f9f01955ba2777 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Thu, 10 Oct 2019 22:40:09 -0400 Subject: [PATCH] Prepare 0.1.6 Release This PR updates the `RELEASES.md` to capture the changes introduced in #319 and #329. Thanks to @djc and @infinity0 for their help! --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index a02c10a..499df4b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 0.1.6 + +- Update `syn`, `quote`, and `proc_macro2` dependencies to 1.0. +- Bump MSRV to 1.31.0. + # Version 0.1.5 - Resolve a regression with error conversions (#290)