From b73a42a11a0f820fb517da40e812f4c5bd57d469 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:08:07 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de88db..0fea8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/quarto-dev/quarto-nvim/compare/v2.0.1...v2.1.0) (2026-04-22) + + +### Features + +* support .py, .R, .jl files in QuartoPreview ([#203](https://github.com/quarto-dev/quarto-nvim/issues/203)) ([cb72652](https://github.com/quarto-dev/quarto-nvim/commit/cb726523e47cf6e57864ab499a4b37730a31473b)) + ## [2.0.1](https://github.com/quarto-dev/quarto-nvim/compare/v2.0.0...v2.0.1) (2026-01-16)