mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-03-30 11:00:13 +00:00
v2.3.0-beta.2
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user