diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 21:25:44 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 21:25:44 +0100 |
commit | 888efced3b7ad8833f2be79df760894fbd2527f9 (patch) | |
tree | 1ae39fa32cbf06a9acf39051e9b1d064183c1394 | |
parent | 52e9a868a48a88b1f344206238151b14df3ade62 (diff) |
Version 0.1.2v0.1.2
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f96b8..2aabf9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for erebos +## 0.1.2 -- 2024-02-20 + +* Compatibility with GHC up to 9.6 +* Pruned unnecessary dependencies and fixed bounds + ## 0.1.1 -- 2024-02-18 * Added build flag to enable/disable ICE support with pjproject. diff --git a/erebos.cabal b/erebos.cabal index 8074dae..1692c3f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 2.2 Name: erebos -Version: 0.1.1 +Version: 0.1.2 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |