Skip to content

Commit 16d2de3

Browse files
committed
v1.9 release checklist for prerelease
1 parent e150765 commit 16d2de3

11 files changed

Lines changed: 221 additions & 7 deletions

File tree

_quarto-prerelease-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pre-release version number
2-
version: '1.9'
2+
version: '1.10'
33

44
prerelease-subdomain: prerelease.
55

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ filters:
714714
- at: post-quarto
715715
path: filters/include-dark.lua
716716

717-
version: '1.8'
717+
version: '1.9'
718718
prerelease-subdomain: ''
719719

720720
freeze: true

docs/download/_download-older.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@
3838
title: 1.7.34
3939
date: 2025-08-29
4040
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.7.34
41-
changelog: "[Release Notes](changelog/1.7/)"
41+
changelog: "[Release Notes](changelog/1.7/)"
42+
- id: version18
43+
title: 1.8.27
44+
date: 2026-01-16
45+
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.8.27
46+
changelog: "[Release Notes](changelog/1.8/)"
47+
- id: version18
48+
title: 1.8.27
49+
date: 2026-01-16
50+
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.8.27
51+
changelog: "[Release Notes](changelog/1.8/)"

docs/download/changelog/1.8/_changelog.md

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 1.8 Release Notes
3+
format: html
4+
---
5+
6+
{{< include _changelog.md >}}

docs/download/prerelease.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anchor-sections: false
1818
editor: source
1919
image: /images/hero_right.png
2020
aliases:
21-
- changelog/1.9/
21+
- changelog/1.10/
2222
---
2323

2424
::: {.content-visible when-profile="prerelease"}

docs/download/release.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anchor-sections: false
1717
editor: source
1818
image: /images/hero_right.png
1919
aliases:
20-
- changelog/1.8/
20+
- changelog/1.9/
2121
---
2222

2323
{{< include _download.md >}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Quarto v1.10 was just released, nothing to see here -- yet!

docs/prerelease/1.10/index.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Quarto 1.10 Pre-Release
3+
date: last-modified
4+
search: false
5+
---
6+
7+
{{< include _highlights.qmd >}}
8+
9+
See the [Pre-Release Download Page](/docs/download/prerelease.qmd) for a complete list of all the changes and bug fixes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Highlights {#download-section-highlights}
22

3-
{{< include /docs/prerelease/1.9/_highlights.qmd >}}
3+
{{< include /docs/prerelease/1.10/_highlights.qmd >}}

0 commit comments

Comments
 (0)