Skip to content

Commit fa5cc82

Browse files
committed
Bump to 0.3.1
1 parent 93aeba3 commit fa5cc82

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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: 0.3.0.9000
3+
Version: 0.3.1
44
Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", c("cre", "aut")),
66
person("RStudio", role = "cph"),

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11

2-
# vdiffr 0.3.0.9000
2+
# vdiffr 0.3.1
3+
4+
This release makes vdiffr compatible with ggplot2 3.2.0. It also
5+
features two contributions from the Tidyverse developer day in Austin:
36

47
- You can now select the validated cases in the Shiny app (#38,
58
@nathancday).
69

710
- The testthat context is now shown on the Shiny app (#14,
811
@paleolimbot).
912

10-
- Fix warnings in non-UTF-8 MBCS locale (#59, @yutannihilation).
13+
Finally, it fixes warnings in non-UTF-8 MBCS locale (#59,
14+
@yutannihilation).
1115

1216

1317
# vdiffr 0.3.0

0 commit comments

Comments
 (0)