Skip to content

Commit c2eba21

Browse files
authored
Merge pull request #916 from krassowski/v4.0.0
Add release dates in CHANGELOG.md
2 parents 7b2f81f + 6c40a7a commit c2eba21

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### `@jupyter-lsp/jupyterlab-lsp 4.0.0` (not-yet-released)
3+
### `@jupyter-lsp/jupyterlab-lsp 4.0.0` (2023-03-15)
44

55
Requires JupyterLab `>=3.6.0,<4.0.0a0` and Python 3.8 or newer.
66

@@ -35,17 +35,18 @@ Requires JupyterLab `>=3.6.0,<4.0.0a0` and Python 3.8 or newer.
3535
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
3636
- use newer `@jupyterlab/builder` which provides third-party license information ([#882])
3737

38-
### `lsp-ws-connection 0.7.1` (not-yet-released)
38+
### `lsp-ws-connection 0.7.1` (2023-03-15)
3939

4040
- downstreams:
4141
- includes sourcemaps for easier debugging ([#882])
4242
- maintenance:
4343
- handle notification promises more explicitly ([#882])
4444

45-
### `jupyter-lsp 2.0.0` (not-yet-released)
45+
### `jupyter-lsp 2.0.0` (2023-03-15)
4646

4747
- dependencies:
4848
- uses `importlib_metadata` (or `importlib.metadata` on 3.10+) for `entry_points` ([#882])
49+
- supports Python versions are 3.8 or newer
4950
- performance:
5051
- `entry_point` discovery is deferred until server has started, improving
5152
`jupyter_server` startup time ([#852])

0 commit comments

Comments
 (0)