Skip to content

Commit

Permalink
feat: Bump for lsprotocol BREAKING CHANGES release
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Nov 2, 2022
1 parent af21a78 commit c329c8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning][semver].
### Fixed
- Require Pydantic 1.10.2 when Python is 3.11

## [1.0.0alpha] - 17/10/2022
### Changed
🚧 Alpha Code (likely contains bugs) 🚧
BREAKING CHANGE: Replaced `pydantic` with [`lsprotocol`](https://github.com/microsoft/lsprotocol)

## [0.12.2] - 26/09/2022
### Fixed
- Relaxed the Python version upper bound to `<4`
Expand Down
2 changes: 1 addition & 1 deletion pygls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import sys

__version__ = "0.12.4"
__version__ = "1.0.0alpha2"

IS_WIN = os.name == 'nt'
IS_PYODIDE = 'pyodide' in sys.modules
Expand Down

0 comments on commit c329c8f

Please sign in to comment.