diff --git a/library/Potoki/Transform.hs b/library/Potoki/Transform.hs
--- a/library/Potoki/Transform.hs
+++ b/library/Potoki/Transform.hs
@@ -21,6 +21,7 @@
   -- * ByteString
   builderChunks,
   extractLines,
+  extractLinesWithoutTrail,
   -- * State
   runState,
   execState,
@@ -28,6 +29,8 @@
   -- * Parsing
   parseBytes,
   parseText,
+  parseLineBytesConcurrently,
+  parseNonEmptyLineBytesConcurrently,
   -- * Concurrency
   bufferize,
   concurrently,
diff --git a/potoki.cabal b/potoki.cabal
--- a/potoki.cabal
+++ b/potoki.cabal
@@ -1,7 +1,7 @@
 name:
   potoki
 version:
-  2.0.2
+  2.0.3
 synopsis:
   Simple streaming in IO
 description:
@@ -42,7 +42,7 @@
 author:
   Nikita Volkov <nikita.y.volkov@mail.ru>
 maintainer:
-  Metrix.AI Ninjas <ninjas@metrix.ai>
+  Metrix.AI Tech Team <tech@metrix.ai>
 copyright:
   (c) 2017, Metrix.AI
 license:
@@ -73,5 +73,5 @@
     Potoki.Produce
     Potoki.Transform
   build-depends:
-    potoki-core >=2.2.2.1 && <2.3
+    potoki-core >=2.2.5 && <2.3
 
