Skip to content

Commit

Permalink
prepare for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jul 13, 2022
1 parent 37ad0cf commit 320dbb7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion calculon-web.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion calculon.opam
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 320dbb7

Please sign in to comment.