Skip to content

Commit 84f602b

Browse files
authored
Merge pull request #669 from carpentries/release-0.17.1
Hotfix: Suggest minimum varnish version 1.0.7
2 parents cb533ea + 3e05460 commit 84f602b

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sandpaper
22
Title: Create and Curate Carpentries Lessons
3-
Version: 0.17.0
3+
Version: 0.17.1
44
Authors@R: c(
55
person(given = "Robert",
66
family = "Davey",
@@ -73,6 +73,11 @@ Authors@R: c(
7373
role = c("ctb"),
7474
email = "[email protected]",
7575
comment = c(ORCID = "0000-0001-5728-0822")),
76+
person(given = "Matthew",
77+
family = "Feickert",
78+
role = c("ctb"),
79+
email = "[email protected]",
80+
comment = c(ORCID = "0000-0003-4124-7862")),
7681
person())
7782
Description: We provide tools to build a Carpentries-themed lesson repository
7883
into an accessible standalone static website. These include local tools and

NEWS.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# sandpaper 0.17.1 [2025-08-08]
2+
3+
## HOTFIX
4+
5+
* {varnish} minimum version is now 1.0.7 due to callout header changes (reported and fixed @matthewfeickert #668)
6+
7+
## MISC
8+
9+
* Add @matthewfeickert and @brownsarahm as contributors - welcome!
10+
11+
112
# sandpaper 0.17.0 [2025-08-07]
213

314
## NEW FEATURES
@@ -6,10 +17,6 @@
617
* Support pages with multiple tab groups - PR [658](https://github.com/carpentries/sandpaper/pull/658) (@astroDimitrios)
718
* Add distintive callout headers - PR [663](https://github.com/carpentries/sandpaper/pull/663) ([reported](https://github.com/carpentries/varnish/issues/160) @jfrost-mo, implemented @froggleston)
819

9-
## DEPENDENCIES
10-
11-
* {varnish} minimum version is now 1.0.7
12-
1320
## MISC
1421

1522
* Fix pak install when trying to parse .editorconfig files (@froggleston)

0 commit comments

Comments
 (0)