diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md index 67bed643..970cfb09 100644 --- a/code/CHANGELOG.md +++ b/code/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.95.0 - 2024-07-19 + + +### Features + +- Add a "Sphinx Processes" tree view + + The tree view shows the current status of Sphinx sub-processes as well as providing a place from which to control them. + Currently there is just one command that can be used to restart a given process ([#854](https://github.com/swyddfa/esbonio/issues/854)) + +### Misc + +- Removed Language Status Items ([#854](https://github.com/swyddfa/esbonio/issues/854)) +- Update bundled version of the language server to `v1.0.0b6` ([#857](https://github.com/swyddfa/esbonio/issues/857)) + + ## v0.94.2 - 2024-06-07 diff --git a/code/changes/854.feature.md b/code/changes/854.feature.md deleted file mode 100644 index 89329bcc..00000000 --- a/code/changes/854.feature.md +++ /dev/null @@ -1,4 +0,0 @@ -Add a "Sphinx Processes" tree view - -The tree view shows the current status of Sphinx sub-processes as well as providing a place from which to control them. -Currently there is just one command that can be used to restart a given process diff --git a/code/changes/854.misc.md b/code/changes/854.misc.md deleted file mode 100644 index b5f4fb07..00000000 --- a/code/changes/854.misc.md +++ /dev/null @@ -1 +0,0 @@ -Removed Language Status Items diff --git a/code/changes/857.misc.md b/code/changes/857.misc.md deleted file mode 100644 index 408e19b3..00000000 --- a/code/changes/857.misc.md +++ /dev/null @@ -1 +0,0 @@ -Update bundled version of the language server to `v1.0.0b6` diff --git a/code/package.json b/code/package.json index 8f109bc7..038e34b1 100644 --- a/code/package.json +++ b/code/package.json @@ -8,7 +8,7 @@ "author": "Esbonio Developers", "publisher": "swyddfa", "license": "MIT", - "version": "0.94.2", + "version": "0.95.0", "keywords": [ "sphinx", "documentation"