SpamAssassin Milter 0.3.0

This commit is contained in:
David Bürgin 2022-03-08 08:20:48 +01:00
parent 7e7087abf1
commit abb905cbd0
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# SpamAssassin Milter changelog
## 0.3.0 (unreleased)
## 0.3.0 (2022-03-08)
In this release, the milter implementation has been replaced with the new
[indymilter] library. With this change, there is no longer a dependency on the

2
Cargo.lock generated
View file

@ -410,7 +410,7 @@ dependencies = [
[[package]]
name = "spamassassin-milter"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"async-trait",
"byte-strings",

View file

@ -1,6 +1,6 @@
[package]
name = "spamassassin-milter"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
rust-version = "1.56.1"
description = "Milter for spam filtering with SpamAssassin"

View file

@ -1,4 +1,4 @@
.TH SPAMASSASSIN-MILTER 8 2021-12-23
.TH SPAMASSASSIN-MILTER 8 2022-03-08
.SH NAME
spamassassin-milter \- milter for spam filtering with SpamAssassin
.SH SYNOPSIS