aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-09-07 14:07:58 +0200
committerMax Audron <audron@cocaine.farm>2021-09-07 14:07:58 +0200
commit5bfe086d623daab8b66faec1c2b5740cdc6bc42e (patch)
tree4411471993308a24d62bfbc126fed2b81a46a329
parentremove test channel from prod config (diff)
release 1.4.0
* log errors in sed module * compile with stable rust * handle CTCP ACTION messages in sed module * add about command
Diffstat (limited to '')
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 47390c0..edb6b77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -73,7 +73,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "catinator"
-version = "1.3.0"
+version = "1.4.0"
dependencies = [
"anyhow",
"base64",
diff --git a/Cargo.toml b/Cargo.toml
index 2a146dd..16909db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "catinator"
-version = "1.3.0"
+version = "1.4.0"
authors = ["Max Audron <audron@cocaine.farm>"]
edition = "2018"