Skip to content

Commit 76c7e65

Browse files
author
James Goldie
committed
Add more news; bump to v0.0.2
1 parent 9d0dd0a commit 76c7e65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# sverto
2-
3-
## 0.0.2
4-
5-
- Take advantage of improved `.quartoignore` functionality in Quarto 1.3. to:
1+
## Sverto 0.0.2
62

3+
- Bump minimum Quarto version to 1.3.0.
4+
- Fixes for compatibility with newer Quarto 1.3 pre-releases
5+
- Quarto's switch from Pandoc 2 to Pandoc 3 caused some issues with the way Sverto identifies Svelte import statements. This should no longer be a problem.
6+
- We now take advantage of the improved `.quartoignore` functionality in Quarto 1.3 to:
77
1. avoid copying the `docs` folder in with the project template; and
88
2. include the `.gitignore` with the template
99

_extensions/sverto/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Sverto
22
author: 360info
33
version: 0.0.2
4-
quarto-version: ">=1.2.0"
4+
quarto-version: ">=1.3.0"
55
contributes:
66
project:
77
project:

0 commit comments

Comments
 (0)