From 790053628a447b129fbfbe6fcfdf8754a7b047fd Mon Sep 17 00:00:00 2001 From: Michael Sasser Date: Wed, 1 Dec 2021 06:42:45 +0100 Subject: [PATCH] Bump version from 0.11.3 to 0.11.4 --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ news/287.misc | 1 - news/305.feature | 1 - news/307.bugfix | 2 -- pyproject.toml | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 news/287.misc delete mode 100644 news/305.feature delete mode 100644 news/307.bugfix diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d37c5938..d93d3001 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,31 @@ This is the changelog of MatrixCtl. You can find the issue tracker on .. towncrier release notes start +0.11.4 (2021-12-01) +=================== + +Features & Improvements +----------------------- + +- Update to *Delete Room API v2*. (`#305 + `_) + + +Bugfixes +-------- + +- Fix a bug introduced in ``be411cf0c1a9413bf25ca1b72004150c032555c2``, after + the last release because the ``httpx`` typehints are incorrect. (`#307 + `_) + + +Miscellaneous +------------- + +- Fix incorrect typehints in the API handler (`#287 + `_) + + 0.11.3 (2021-11-16) =================== diff --git a/news/287.misc b/news/287.misc deleted file mode 100644 index 22ad0d94..00000000 --- a/news/287.misc +++ /dev/null @@ -1 +0,0 @@ -Fix incorrect typehints in the API handler diff --git a/news/305.feature b/news/305.feature deleted file mode 100644 index 689a713c..00000000 --- a/news/305.feature +++ /dev/null @@ -1 +0,0 @@ -Update to *Delete Room API v2*. diff --git a/news/307.bugfix b/news/307.bugfix deleted file mode 100644 index fb0a70c8..00000000 --- a/news/307.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fix a bug introduced in ``be411cf0c1a9413bf25ca1b72004150c032555c2``, after -the last release because the ``httpx`` typehints are incorrect. diff --git a/pyproject.toml b/pyproject.toml index 8a88c58c..a30170a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrixctl" -version = "0.11.3" +version = "0.11.4" description = "Control, manage, provision and deploy matrix homeservers." license = "GPL-3.0-or-later"