Skip to content

Releases: carpentries/sandpaper

sandpaper 0.10.0

19 Sep 15:02
0.10.0
6d9e489
Compare
Choose a tag to compare

What's Changed

This release introduces a new feature for the lessons in which new lessons and
episodes are created without numeric prefixes in episode names. This facilitates
easier creation of lessons because folks can insert episode to specific places
as necessary.

Details can be found in this PR:

  • do not create prefixed episode as a default by @zkamvar in #333

Full Changelog: 0.9.6...0.10.0

sandpaper 0.9.6

15 Sep 15:26
0.9.6
edcbed0
Compare
Choose a tag to compare

What's Changed

This fixes an issue with cli 3.4.0 and updates some conditionals in workflows

Full Changelog: 0.9.5...0.9.6

sandpaper 0.9.5

30 Aug 15:14
0.9.5
92d8c64
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.4...0.9.5

sandpaper 0.9.4

26 Aug 14:08
0.9.4
28df262
Compare
Choose a tag to compare

What's Changed

  • Update CLI formatting and bioschema metadata schema version. by @zkamvar in #332

Full Changelog: 0.9.3...0.9.4

sandpaper 0.9.3

12 Aug 14:00
0.9.3
daf83d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

sandpaper 0.9.2

09 Aug 15:41
0.9.2
2d7ef4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

sandpaper 0.9.1

09 Aug 00:53
0.9.1
2dc71cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

sandpaper 0.9.0

12 Jul 16:00
0.9.0
c065621
Compare
Choose a tag to compare

What's Changed

This release adds the create argument to set_config() so that users can
programmatically write custom options that do not already exist:

set_config(c("title" = "New Title", "my_tag" = "true"), create = TRUE, write = TRUE)

This also adds an aws deployment workflow that will deploy if the AWS keys are
available.

Full Changelog: 0.8.0...0.9.0

sandpaper 0.8.0

06 Jul 22:32
0.8.0
256389e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

sandpaper 0.7.1

05 Jul 15:44
0.7.1
5921125
Compare
Choose a tag to compare

What's Changed

  • Ensure optional config.yaml parameter fail_on_error is false by default by @zkamvar in #315

Full Changelog: 0.7.0...0.7.1