Skip to content

Commit 6c40a7a

Browse files
committed
Add release dates in CHANGELOG.md
1 parent e9eae5d commit 6c40a7a

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

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

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

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

44-
### `jupyter-lsp 2.0.0` (not-yet-released)
44+
### `jupyter-lsp 2.0.0` (2023-03-15)
4545

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

0 commit comments

Comments
 (0)