Skip to content

Commit

Permalink
Merge branch 'release/v0.11.5'
Browse files Browse the repository at this point in the history
* release/v0.11.5:
  Bump version from 0.11.4 to 0.11.5
  Update pandoc version in workflow
  • Loading branch information
MichaelSasser committed Dec 1, 2021
2 parents 1d04506 + b54534c commit d331fe8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: python scripts/get_latest_release.py

- name: Convert from changelog_latest.rst to changelog_latest.md
uses: docker://pandoc/core:2.9
uses: docker://pandoc/core:2.16.2
with:
args: >-
--output=chagelog_latest.md
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ This is the changelog of MatrixCtl. You can find the issue tracker on

.. towncrier release notes start
0.11.5 (2021-12-01)
===================

No significant changes.


0.11.4 (2021-12-01)
===================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "matrixctl"
version = "0.11.4"
version = "0.11.5"
description = "Control, manage, provision and deploy matrix homeservers."

license = "GPL-3.0-or-later"
Expand Down

0 comments on commit d331fe8

Please sign in to comment.