Skip to content

Commit

Permalink
add news; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Aug 30, 2023
1 parent 4885d45 commit 610635a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pegboard
Title: Explore and Manipulate Markdown Curricula from the Carpentries
Version: 0.6.0
Version: 0.6.1
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# pegboard 0.6.1 (2023-08-31)

NEW FEATURES
------------

* `$validate_divs()` method now recognises the `spoiler` class of fenced divs
which allow optional/expandable items that are not automatically shown to the
learner (implemented: @tobyhodges, #134)

# pegboard 0.6.0 (2023-08-29)

NEW FEATURES
Expand Down

0 comments on commit 610635a

Please sign in to comment.