aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-10-20 17:40:59 +0200
committerMax Audron <audron@cocaine.farm>2021-10-20 17:40:59 +0200
commit17ad1ec5ceb197edd5d89b2ef508354bb0a0352e (patch)
tree1eb62e3fdad7cf6344b055f1df6b4c38e4584d82 /Cargo.toml
parentprepare for release on crates.io (diff)
bump version to 1.6.2
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 674efa1..f6d5064 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
[package]
name = "catinator"
-version = "1.6.1"
+version = "1.6.2"
authors = ["Max Audron <audron@cocaine.farm>"]
edition = "2018"
license = "ISC"
-license-file = "LICENSE"
description = "High Level IRC Bot library and instance"
homepage = "https://gitlab.com/cocainefarm/gnulag/catinator"
repository = "https://gitlab.com/cocainefarm/gnulag/catinator"
class='insertions'>+40 2021-06-05fix jb remote urlsMax Audron-4/+4 2021-06-05remove egress gateway configMax Audron-10/+0 2021-06-05update tanka dependenciesMax Audron-8/+8 2021-06-05fix init container nameMax Audron-1/+1 2021-06-05fix tanka dependency pathMax Audron-8/+8 2021-06-05switch to https url for tanka util libMax Audron-2/+2 2021-06-05bump version to 1.0.2Max Audron-2/+2 2021-06-05add tanka ci configurationMax Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages. 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35