diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fc058..cddb159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for erebos +## 0.1.8.1 -- 2025-03-29 + +* Fix build from sdist (add missing include) + ## 0.1.8 -- 2025-03-28 * Discovery service without requiring ICE support diff --git a/erebos.cabal b/erebos.cabal index ed55df2..0f76deb 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.1.8 +Version: 0.1.8.1 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |