Releases: carpentries/sandpaper
sandpaper 0.10.0
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:
Full Changelog: 0.9.6...0.10.0
sandpaper 0.9.6
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
sandpaper 0.9.4
What's Changed
Full Changelog: 0.9.3...0.9.4
sandpaper 0.9.3
What's Changed
- Carpentry -> Carpentries by @tobyhodges in #324
- update docs by @zkamvar in #327
Full Changelog: 0.9.2...0.9.3
sandpaper 0.9.2
sandpaper 0.9.1
sandpaper 0.9.0
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.
- add AWS deployment workflow by @zkamvar in #318
- add
create
arg to set_config by @zkamvar in #319 - add invalidation to deployment by @zkamvar in #320
- fix fencepost bug in set_dropdown by @zkamvar in #321
Full Changelog: 0.8.0...0.9.0
sandpaper 0.8.0
sandpaper 0.7.1
What's Changed
Full Changelog: 0.7.0...0.7.1