Skip to content

Commit a0e99d9

Browse files
committed
Bump version to v0.6.0
1 parent 919cd37 commit a0e99d9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v0.6.0 (2025-06-16)
2+
3+
* Added experimental built-in policy server as per [MSC4284]
4+
(thanks to [@nexy7574] in [#21]).
5+
* Added support for deleting rooms (manually with a command, when receiving
6+
a ban policy, or when discovering a room with a ban policy).
7+
* Added support for referencing users by matrix.to URL or matrix: URI in
8+
most commands.
9+
* Added support for sending `redact_events` flag on ban events as per [MSC4293].
10+
* Changed command output to hide potentially sensitive names
11+
(thanks to [@JadedBlueEyes] in [#23]).
12+
* Changed invite block notices to not include intentional mentions.
13+
* Changed `!match` command to allow querying multiple entities at once.
14+
* Updated Docker image to Alpine 3.22.
15+
* Fixed ban removals sending empty entity/reason/recommendation fields instead
16+
of omitting them entirely.
17+
* Fixed room reporting endpoint (thanks to [@spaetz] in [#24]).
18+
19+
[MSC4284]: https://github.com/matrix-org/matrix-spec-proposals/pull/4284
20+
[MSC4293]: https://github.com/matrix-org/matrix-spec-proposals/pull/4293
21+
[#21]: https://github.com/maunium/meowlnir/pull/21
22+
[#23]: https://github.com/maunium/meowlnir/pull/23
23+
[#24]: https://github.com/maunium/meowlnir/pull/24
24+
[@spaetz]: https://github.com/spaetz
25+
[@JadedBlueEyes]: https://github.com/JadedBlueEyes
26+
127
# v0.5.0 (2025-05-16)
228

329
* Added option to suppress notifications of policy list changes.

cmd/meowlnir/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const (
1313
Name = "Meowlnir"
1414
URL = "https://github.com/maunium/meowlnir"
15-
Version = "0.5.0"
15+
Version = "0.6.0"
1616
)
1717

1818
var (

0 commit comments

Comments
 (0)