From 59e8540f6fd6c84acba1655d758bab637b675219 Mon Sep 17 00:00:00 2001 From: Alexander Vershilov Date: Fri, 29 Jun 2018 14:32:11 +0300 Subject: [PATCH] Bump version to 0.9.2 --- inline-r/CHANGELOG.md | 4 ++++ inline-r/inline-r.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/inline-r/CHANGELOG.md b/inline-r/CHANGELOG.md index c15c5c54..04f34769 100644 --- a/inline-r/CHANGELOG.md +++ b/inline-r/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.9.2 - 2018-06-29 +* GHC 8.4 compatibility +* Add Literal instance for 'Text' + ## 0.9.1 - 2018-01-26 * Droped c2hs usage. Fixes installation on macOS. * Fix QQ generation. Fixed possible resource free during QQ generation. diff --git a/inline-r/inline-r.cabal b/inline-r/inline-r.cabal index 9992a14e..af22e5e7 100644 --- a/inline-r/inline-r.cabal +++ b/inline-r/inline-r.cabal @@ -1,5 +1,5 @@ name: inline-r -version: 0.9.1 +version: 0.9.2 license: BSD3 license-file: LICENSE copyright: Copyright (c) 2013-2015 Amgen, Inc.