diff --git a/Cargo.toml b/Cargo.toml index d8cf38b..6f89cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cusku" -version = "0.1.0" +version = "0.2.0" description = "Webhook to XMPP" edition = "2021" authors = ["Maxime “pep” Buquet "] @@ -8,7 +8,7 @@ license = "AGPL-3.0+" [dependencies] clap = { version = "4.3", features = [ "cargo" ] } -gitlab = "0.1600" +gitlab = "0.1602" hyper = { version = "0.14", features = [ "full" ] } jid = { version = "*", features = [ "serde" ] } log = "0.4" diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..b488965 --- /dev/null +++ b/Changelog @@ -0,0 +1,7 @@ +Version 0.2.0: +2023-08-23 Maxime “pep” Buquet + * Changes: + - Update xmpp dependency to 0.5. Remove xmpp-parsers dep as it's + re-exported from xmpp. Rename local “xmpp” module to “bot” to prevent + conflict. + - Update gitlab dep to 0.1602.