Commit Graph

9 Commits

Author SHA1 Message Date
David Teller
7be00c1c3c v1.6.3 2023-01-11 11:02:29 +01:00
David Teller
6abc8a7c4e v1.6.2 2023-01-02 12:40:27 +01:00
gnuxie
1bc329b5e8 v1.6.1 2022-11-23 10:56:46 +00:00
gnuxie
0845636d39 v1.6.0 2022-11-22 10:44:19 +00:00
gnuxie
b48904bc2b v1.5.0 2022-07-07 13:07:27 +01:00
gnuxie
a88fc64a07 v1.4.2 2022-05-06 11:25:49 +01:00
Gnuxie
3d10f998b7
Change antispam Python module verison with mjolnir version. (#264)
The reason we want this is so that people do not forget to change the version number in the synapse module.
The precedent is that the version number has been 0.1.0 since the begging until now.
While this solution does mean that there may be new version of the module where
nothing has actually changed, this is still better than not changing the version at all.
Another version scheme for the module would be inconsistent to
the git repository tags and that has the potential to cause much more confusion
than "blank" version bumps.
If this is a problem, then antispam must be extracted to another repository.

In order to test this, run `yarn version --patch` observe the changes with `git log` and `git diff HEAD~`,
then YOU MUST delete the tag with `git tag --delete vd.d.d` when you are finished.

* more robust
2022-04-12 16:36:35 +01:00
David Teller
9c9bd0e029
Let's port to Synapse module API (#128) 2022-02-09 08:40:33 +01:00
Travis Ralston
cc0ab174b3 Base structure for an antispam module 2019-10-25 13:32:05 -06:00