diff --git a/CHANGELOG.md b/CHANGELOG.md index 86db7ba..46a0161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ +## 0.8 + +- add opam lockfiles +- check channel in !tell +- config: ability to join multiple channels +- remove ISO8601, use ptime instead +- use sqlite3 for storage + * small `migrate_state` tool to produce a db file from state.json +- use github actions +- remove `tls_cert` config option +- factoid: add `max_cardinal_for_force` +- add custom commands (no prefix matching at all) +- count years in !seen + ## 0.7 - add emoji plugin diff --git a/calculon-web.opam b/calculon-web.opam index f5f570a..7b4deca 100644 --- a/calculon-web.opam +++ b/calculon-web.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "calculon-web" -version: "0.7" +version: "0.8" license: "MIT" synopsis: "A collection of web plugins for Calculon" authors: ["Armael" "Enjolras" "c-cube"] diff --git a/calculon.opam b/calculon.opam index 2b359b3..0701be6 100644 --- a/calculon.opam +++ b/calculon.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "calculon" -version: "0.7" +version: "0.8" license: "MIT" synopsis: "Library for writing IRC bots in OCaml and a collection of plugins" authors: ["Armael" "Enjolras" "c-cube"]