diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-16 21:57:32 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-16 21:57:32 +0200 |
commit | dc8954b9ef7e0e230707777c1f640dd15e79dcd0 (patch) | |
tree | 55fc09fe6aea5279edf91e6e260eb974397598a2 | |
parent | 50edbb2a13c73077e343abb8fc2cb16fa00f0550 (diff) |
Version 0.1.5v0.1.5
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1ea1d..3d26fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for erebos +## 0.1.5 -- 2024-07-16 + +* Public chatrooms for multiple participants +* Send keep-alive packets on idle connection +* Windows support + ## 0.1.4 -- 2024-06-11 * Added `/conversations` command to list and select conversations diff --git a/erebos.cabal b/erebos.cabal index d8730b9..3061da8 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.1.4 +Version: 0.1.5 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |