diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,1 +1,2 @@
 0.0.0.2: Docs and comments
+0.0.0.3: Metainfo
diff --git a/parser-unbiased-choice-monad-embedding.cabal b/parser-unbiased-choice-monad-embedding.cabal
--- a/parser-unbiased-choice-monad-embedding.cabal
+++ b/parser-unbiased-choice-monad-embedding.cabal
@@ -1,8 +1,10 @@
 cabal-version:             3.0
 name:                      parser-unbiased-choice-monad-embedding
-version:                   0.0.0.2
-synopsis:                  Parsing combinator library with unbiased choice and support for embedding arbitrary monad. You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley
-description:               Parsing combinator library with unbiased choice and support for embedding arbitrary monad. You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley.
+version:                   0.0.0.3
+synopsis:                  Parsing library with unbiased choice and support for embedding arbitrary monad
+description:               Parsing library with unbiased choice and support for embedding arbitrary monad.
+
+ You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley.
 
  See announcement https://mail.haskell.org/pipermail/haskell-cafe/2021-July/134205.html for more info.
 
