From 05beec393c5613c352dafdaeaf5dcf983bfb2d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 12 Feb 2024 12:11:37 +0100 Subject: [PATCH] chg: Bump changelog --- CHANGELOG.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b63b7d9..6db3c45 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,11 +2,42 @@ Changelog ========= +v2.4.184.3 (2024-02-12) +----------------------- + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] + +Fix +~~~ +- Properly get body from message, without headers. [Raphaël Vinot] +- Remove from __all__ entries that shouldn't be there. [Raphaël Vinot] + +Other +~~~~~ +- Build(deps-dev): bump jupyter-lsp from 2.2.1 to 2.2.2. + [dependabot[bot]] + + Bumps [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) from 2.2.1 to 2.2.2. + - [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases) + - [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md) + - [Commits](https://github.com/jupyter-lsp/jupyterlab-lsp/commits) + + --- + updated-dependencies: + - dependency-name: jupyter-lsp + dependency-type: indirect + ... + + v2.4.184.2 (2024-02-06) ----------------------- Changes ~~~~~~~ +- Add changelog. [Raphaël Vinot] - Bump changelog. [Raphaël Vinot] - Re-add ExpandedPyMISP, with a warning. [Raphaël Vinot]