Skip to content

Commit a8117ea

Browse files
committed
Bump to 0.4.0
1 parent 26414f3 commit a8117ea

File tree

2 files changed

+15
-2
lines changed

2 files changed

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

NEWS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
# vdiffr 0.4.0
12

2-
# vdiffr (development version)
3+
This is a github-only release that is meant to help you migrate from
4+
vdiffr 0.3.x to vdiffr 1.0.0. The 1.0 release of vdiffr includes two
5+
major changes. It switches to testthat 3e for snapshot management and
6+
it uses an updated SVG engine for the generation of snapshots. The
7+
github-only 0.4.0 release only includes the new SVG engine to make it
8+
easy to compare cases with `manage_cases()`.
9+
10+
This intermediate step in the migration of snapshots is optional. You
11+
can also choose to update directly with the 1.0.0 release but you
12+
won't be able to compare the new snapshots to your old ones.
13+
14+
Note that smaller points are expected in the new snapshots because of
15+
a bugfix.
316

417
- Following an update to the graphics engine of R 4.1.0 that causes
518
spurious failures due to subtle changes in graphics generation,

0 commit comments

Comments
 (0)