From 0670c2f988dfa8f762a7f8ee9174cfb62c061a68 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Sun, 10 Sep 2023 11:39:50 +0200 Subject: [PATCH] Increment version number to 1.0.7 --- DESCRIPTION | 2 +- NEWS.md | 5 ++++- cran-comments.md | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c32ced0..27e0de6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vdiffr Title: Visual Regression Testing and Graphical Diffing -Version: 1.0.6.9000 +Version: 1.0.7 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", c("cre", "aut")), person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", diff --git a/NEWS.md b/NEWS.md index 0267753..e43ba83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ -# vdiffr (development version) +# vdiffr 1.0.7 + +* Revert back to C++11 to work around a GCC issue (#137). + # vdiffr 1.0.6 diff --git a/cran-comments.md b/cran-comments.md index e69de29..7826dc6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -0,0 +1 @@ +This restores the C++11 specification because using uterior C++ versions causes issues, see https://github.com/r-lib/vdiffr/issues/137