Skip to content

Commit 0670c2f

Browse files
committed
Increment version number to 1.0.7
1 parent d293d5d commit 0670c2f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vdiffr
22
Title: Visual Regression Testing and Graphical Diffing
3-
Version: 1.0.6.9000
3+
Version: 1.0.7
44
Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", c("cre", "aut")),
66
person("Thomas Lin", "Pedersen", , "[email protected]",

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# vdiffr (development version)
1+
# vdiffr 1.0.7
2+
3+
* Revert back to C++11 to work around a GCC issue (#137).
4+
25

36
# vdiffr 1.0.6
47

cran-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This restores the C++11 specification because using uterior C++ versions causes issues, see https://github.com/r-lib/vdiffr/issues/137

0 commit comments

Comments
 (0)