Skip to content

Commit

Permalink
Bump version from 0.10.1 to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Jun 24, 2021
1 parent 93e3ea8 commit e7e7bc8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ This is the changelog of MatrixCtl. You can find the issue tracker on

.. towncrier release notes start
0.10.2 (2021-06-24)
===================

Features & Improvements
-----------------------

- Add start/restart switch to the deploy subcommand to start/restart the server
right after the deployment. (`#132
<https://github.com/MichaelSasser/matrixctl/issues/132>`_)
- Added the new command ``get-event``, which gets an event by ``event_id`` from
the Database and prints it as JSON. (`#139
<https://github.com/MichaelSasser/matrixctl/issues/139>`_)


Miscellaneous
-------------

- Rewritten API handler. (`#136
<https://github.com/MichaelSasser/matrixctl/issues/136>`_)
- Fixed: Wrong version while developing in virtual environment. (`#141
<https://github.com/MichaelSasser/matrixctl/issues/141>`_)


0.10.1 (2021-06-17)
===================

Expand Down
1 change: 0 additions & 1 deletion news/132.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/136.misc

This file was deleted.

1 change: 0 additions & 1 deletion news/139.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/141.misc

This file was deleted.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "matrixctl"
version = "0.10.1"
version = "0.10.2"
description = "Controls a synapse oci-container instance via ansible"
license = "GPL-3.0-or-later"
readme = "README.md"
Expand Down Expand Up @@ -165,9 +165,7 @@ filename = "CHANGELOG.rst"
issue_format = "`#{issue} <https://github.com/MichaelSasser/matrixctl/issues/{issue}>`_"
directory = "news/"
top_line = false
# name = "MatrixCtl"
title_format = "{version} ({project_date})" # {name}
# start_string = ".. towncrier release notes start"
all_bullets = true # make all fragments bullet points
wrap = true # Wrap text to 79 characters
template = "news/templates/default.rst"
Expand Down

0 comments on commit e7e7bc8

Please sign in to comment.