diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | erebos.cabal | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a79ff4c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Revision history for erebos + +## 0.1.0 -- 2024-02-10 + +* First version. diff --git a/erebos.cabal b/erebos.cabal index 8cd2143..e25c79d 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 2.2 Name: erebos -Version: 0.1.0.0 +Version: 0.1.0 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity @@ -26,6 +26,7 @@ Stability: experimental Build-type: Simple Extra-Doc-Files: README.md + CHANGELOG.md Extra-Source-Files: src/Erebos/ICE/pjproject.h |