From da56d78365c22b6bb4802476114591d2d087549c Mon Sep 17 00:00:00 2001 From: Github Action Date: Sat, 18 Nov 2023 19:16:44 +0000 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb485377..02b19f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,32 @@ More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.2.0 - Move workspace/ into servers/ dir +## [1.2.0] - 2023-11-18 +More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.2.0 + +### Bug Fixes + +- Remove dependency on typeguard +- Linting and formatting issues +- Simplify option validation check +- Index error on empty workspace + +### Features + +- Allow user to override Python interpreter + +### Miscellaneous Tasks + +- Update CHANGELOG.md +- Update CONTRIBUTORS.md +- Update `poetry.lock` after removing typeguard +- Add example configuration +- Pin lsprotocol to 2023.0.0 + +### Refactor + +- Move workspace/ into servers/ dir + ## [1.1.2] - 2023-10-28 More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.1.2