Skip to content

Commit b784777

Browse files
committed
Bump version to 0.0.4
1 parent 949db23 commit b784777

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ggcheck
22
Title: Inspect 'ggplot2' Plots for Automated Grading in Learning Exercises
3-
Version: 0.0.3
3+
Version: 0.0.4
44
Authors@R: c(
55
person("Garrick", "Aden-Buie", , "garrick@rstudio.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-7111-0077")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# ggcheck 0.0.4 (2022-04-14)
4+
5+
* Allow uses_mappings() to find mappings that appear in every layer of the plot (#35).
6+
37
# ggcheck 0.0.3 (2022-02-24)
48

59
- Fixed a bug when `fail_if_not_ggplot()` attempted to access a `gradethis` `.result` object (#33)

0 commit comments

Comments
 (0)