From 44daa57fb0209e2f7559222066e1959118e37e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:45:14 +0000 Subject: [PATCH] Esbonio VSCode Extension Release v0.95.2 --- code/CHANGELOG.md | 19 +++++++++++++++++++ code/changes/785.enhancement.md | 1 - code/changes/858.misc.md | 1 - code/changes/859.misc.md | 1 - code/changes/881.misc.md | 7 ------- code/package.json | 2 +- 6 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 code/changes/785.enhancement.md delete mode 100644 code/changes/858.misc.md delete mode 100644 code/changes/859.misc.md delete mode 100644 code/changes/881.misc.md diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md index 8e4f960ff..274390274 100644 --- a/code/CHANGELOG.md +++ b/code/CHANGELOG.md @@ -1,3 +1,22 @@ +## v0.95.2 - 2024-09-22 + +### Enhancements + +- Expose the `esbonio.sphinx.configOverrides` option ([#785](https://github.com/swyddfa/esbonio/issues/785)) + +### Misc + +- Drop support for Python 3.8 ([#858](https://github.com/swyddfa/esbonio/issues/858)) +- Add support for Python 3.13 ([#859](https://github.com/swyddfa/esbonio/issues/859)) +- **IMPORTANT!** + + The VSCode extension will no longer automatically inject the currently active Python interpreter into the configuration sent to the server. + It is now required for all users to set the `esbonio.sphinx.pythonCommand` option, either in your VSCode settings, or in your project's `pyproject.toml` file. + + This makes VSCode's behavior more predicable and brings it in line with how other editors behave. + It also encourages the sharing of project configuration settings, which is particuarly useful if you use an [environment manager](https://docs.esbon.io/en/latest/lsp/howto/use-esbonio-with.html) ([#881](https://github.com/swyddfa/esbonio/issues/881)) + + ## v0.95.1 - 2024-07-23 diff --git a/code/changes/785.enhancement.md b/code/changes/785.enhancement.md deleted file mode 100644 index d0a1061c3..000000000 --- a/code/changes/785.enhancement.md +++ /dev/null @@ -1 +0,0 @@ -Expose the `esbonio.sphinx.configOverrides` option diff --git a/code/changes/858.misc.md b/code/changes/858.misc.md deleted file mode 100644 index e3446f319..000000000 --- a/code/changes/858.misc.md +++ /dev/null @@ -1 +0,0 @@ -Drop support for Python 3.8 diff --git a/code/changes/859.misc.md b/code/changes/859.misc.md deleted file mode 100644 index f32ba63f0..000000000 --- a/code/changes/859.misc.md +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.13 diff --git a/code/changes/881.misc.md b/code/changes/881.misc.md deleted file mode 100644 index 3a74af5c1..000000000 --- a/code/changes/881.misc.md +++ /dev/null @@ -1,7 +0,0 @@ -**IMPORTANT!** - -The VSCode extension will no longer automatically inject the currently active Python interpreter into the configuration sent to the server. -It is now required for all users to set the `esbonio.sphinx.pythonCommand` option, either in your VSCode settings, or in your project's `pyproject.toml` file. - -This makes VSCode's behavior more predicable and brings it in line with how other editors behave. -It also encourages the sharing of project configuration settings, which is particuarly useful if you use an [environment manager](https://docs.esbon.io/en/latest/lsp/howto/use-esbonio-with.html) diff --git a/code/package.json b/code/package.json index 50016384d..a21a5f608 100644 --- a/code/package.json +++ b/code/package.json @@ -8,7 +8,7 @@ "author": "Esbonio Developers", "publisher": "swyddfa", "license": "MIT", - "version": "0.95.1", + "version": "0.95.2", "keywords": [ "sphinx", "documentation"