v2.3.0-beta.2

This commit is contained in:
gnuxie
2025-04-14 18:36:42 +01:00
parent 2f0f2fc026
commit 656b8decb8
3 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.3.0-beta.2]
### Fixed
- `!draupnir deactivate <user id> --no-confirm` was backwards.
- `--purge-messages` on user deactivation was broken.
Apologies, normally we'd have integration tests for this but we are time limited
at the moment.
## [v2.3.0-beta.1]
### Added

View File

@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.3.0-beta.1",
"version": "2.3.0-beta.2",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

View File

@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name="mjolnir",
version="2.3.0-beta.1", # version automated in package.json - Do not edit this line, use `yarn version`.
version="2.3.0-beta.2", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,