From 63373fd7fce9a8ac53b2b273f2fc3e3e622f786b Mon Sep 17 00:00:00 2001 From: dgw Date: Wed, 28 Aug 2024 15:29:37 -0500 Subject: [PATCH] Release 0.3.0 --- NEWS | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6953c78..291d6f7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ ## Changelog +### 0.3.0 + +* Add CTCP ACTION support, e.g. `/me slaps ____` (#2) +* Make verb list configurable (#3) + + ### 0.2.0 * Future-proofing for Sopel 8 (#1) diff --git a/pyproject.toml b/pyproject.toml index 282112f..3f62563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = false [project] name = "sopel-slap" -version = "0.2.0" +version = "0.3.0" description = "Plugin for Sopel that lets users slap each other in fun ways" keywords = [ "sopel",