From 4698975ac129ba03b414f28ccdb4fe43df8c382a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:48:53 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#67) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5849b79..fd42144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/jmbuhr/quarto-nvim-kickstarter/compare/v0.23.2...v1.0.0) (2023-11-12) + + +### ⚠ BREAKING CHANGES + +* pyright somehow manages to block the editor even when just scrolling and leads to blocking at startup. + +### Bug Fixes + +* disable indent-blankline due to performance issues ([3d7d1b4](https://github.com/jmbuhr/quarto-nvim-kickstarter/commit/3d7d1b4979c5e3432084251862dca6d806ef35ff)) + + +### Performance Improvements + +* replace pyright with python-lsp-server and mypy plugin ([9a48780](https://github.com/jmbuhr/quarto-nvim-kickstarter/commit/9a48780d43a479c53ad8153e06c6b1c6c9e43540)) + ## [0.23.2](https://github.com/jmbuhr/quarto-nvim-kickstarter/compare/v0.23.1...v0.23.2) (2023-11-03)