Skip to content

Commit b50887b

Browse files
chore(main): release 0.15.0 (#883)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f53ed74 commit b50887b

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"0.15.0"}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ All notable changes to MatrixCtl will be documented in this file.
77
You can find the issue tracker on
88
[GitHub](https://github.com/MichaelSasser/matrixctl/issues).
99

10+
## [0.15.0](https://github.com/MichaelSasser/matrixctl/compare/v0.14.1...v0.15.0) (2025-05-26)
11+
12+
13+
### Features
14+
15+
* **command:** do not redefine variable from outer scope ([9fe9e2f](https://github.com/MichaelSasser/matrixctl/commit/9fe9e2fdf5ba4c24cfc578d70a35ebfb3b4771b9))
16+
* **command:** nest commands in subcommands ([d7401a5](https://github.com/MichaelSasser/matrixctl/commit/d7401a509e9bc2d778a1ac70e849bd7271721b5c))
17+
* **commands:** add send_event command ([e966c0b](https://github.com/MichaelSasser/matrixctl/commit/e966c0b339049e0703ac38c06b5570ad5e0fd7c8))
18+
* **commands:** add send_message command ([f53ed74](https://github.com/MichaelSasser/matrixctl/commit/f53ed746c851bffa379abaea1d8e63968161cb6c))
19+
* **commands:** Revisit the help texts ([17329d5](https://github.com/MichaelSasser/matrixctl/commit/17329d545929270302b641be3680e09ca7c22d1c))
20+
* **commands:** Revisit the help texts for __main__ ([fc8b89b](https://github.com/MichaelSasser/matrixctl/commit/fc8b89b9d25107c1edc155322246442794fd0884))
21+
* **config:** add an option to ger_username, to either return the user_id or just the localpart ([d431b38](https://github.com/MichaelSasser/matrixctl/commit/d431b38ba986e7850f4575bbd5ecf8ad5cb756f0))
22+
* **renovate:** enable pre-commit and schedule lock file maintenance ([d800c70](https://github.com/MichaelSasser/matrixctl/commit/d800c7027dac37ded11b9eb4ff0530c48e801136))
23+
24+
25+
### Bug Fixes
26+
27+
* **deps:** update dependency rich to v14 ([#881](https://github.com/MichaelSasser/matrixctl/issues/881)) ([17e6127](https://github.com/MichaelSasser/matrixctl/commit/17e61275c960ce16d8dcda3673c7e849f6c5900c))
28+
* **deps:** update dependency sphinx-autodoc-typehints to &gt;=3,&lt;3.3 ([#888](https://github.com/MichaelSasser/matrixctl/issues/888)) ([b9aa57d](https://github.com/MichaelSasser/matrixctl/commit/b9aa57d9935f6bba873df0256953253781deba40))
29+
* **release-please:** fix manifest ([8f23997](https://github.com/MichaelSasser/matrixctl/commit/8f23997869bf917eff59076b323d8c834f97bfaa))
30+
31+
32+
### Miscellaneous Chores
33+
34+
* release 0.15.0 ([71f013d](https://github.com/MichaelSasser/matrixctl/commit/71f013da523f3a9471ca46ac71cc994b7bd5f5c8))
35+
1036
## [0.14.1](https://github.com/MichaelSasser/matrixctl/compare/v0.14.0...v0.14.1) (2025-03-17)
1137

1238

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matrixctl"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
description = "Control, manage, provision and deploy matrix homeservers."
55
authors = [{ name = "Michael Sasser", email = "Michael@MichaelSasser.org" }]
66
maintainers = [{ name = "Michael Sasser", email = "Michael@MichaelSasser.org" }]

0 commit comments

Comments
 (0)