From 31dde3cb430a7eec4085d1d0c15524a82eeb2795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=BCrgin?= Date: Thu, 23 Dec 2021 20:50:35 +0100 Subject: [PATCH] SpamAssassin Milter 0.2.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- spamassassin-milter.8 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef1ced..e6dab6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SpamAssassin Milter changelog -## 0.2.1 (unreleased) +## 0.2.1 (2021-12-23) * Various cosmetic improvements in code and tests, and updates to documentation. diff --git a/Cargo.lock b/Cargo.lock index 4e220e5..0ce41dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ dependencies = [ [[package]] name = "spamassassin-milter" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index ec0cc78..97c8e8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spamassassin-milter" -version = "0.2.0" +version = "0.2.1" edition = "2018" rust-version = "1.46.0" description = "Milter for spam filtering with SpamAssassin" diff --git a/spamassassin-milter.8 b/spamassassin-milter.8 index 7843444..c6b1f22 100644 --- a/spamassassin-milter.8 +++ b/spamassassin-milter.8 @@ -1,4 +1,4 @@ -.TH SPAMASSASSIN-MILTER 8 2021-08-26 +.TH SPAMASSASSIN-MILTER 8 2021-12-23 .SH NAME spamassassin-milter \- milter for spam filtering with SpamAssassin .SH SYNOPSIS