From bd3225e67fca2bc3f9c53e1e41e2cface7a37afb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:47:39 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#68) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd42144..d5f57bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/jmbuhr/quarto-nvim-kickstarter/compare/v1.0.0...v2.0.0) (2023-11-15) + + +### ⚠ BREAKING CHANGES + +* **python:** back to pyright as the default ls for python + +### Features + +* **python:** back to pyright as the default ls for python ([2cc48a8](https://github.com/jmbuhr/quarto-nvim-kickstarter/commit/2cc48a84855b462d360ea5607237a284ba1d85ba)) + + +### Bug Fixes + +* hide quarto magic comments from python linter warnings ([5d11e60](https://github.com/jmbuhr/quarto-nvim-kickstarter/commit/5d11e607352f49b02d9f9fb3caddc96dfba6ef4d)) +* maybe fix [#69](https://github.com/jmbuhr/quarto-nvim-kickstarter/issues/69) ([1c2e986](https://github.com/jmbuhr/quarto-nvim-kickstarter/commit/1c2e9864e995efd5aaa151e8bb60c908a2584570)) + ## [1.0.0](https://github.com/jmbuhr/quarto-nvim-kickstarter/compare/v0.23.2...v1.0.0) (2023-11-12)