From e6e000fb6246138767756aedb39d3d21aa6b9c03 Mon Sep 17 00:00:00 2001 From: chessai Date: Mon, 12 Apr 2021 14:07:25 -0700 Subject: [PATCH] v0.1.6.1 -> v0.2.0.0 (#593) Summary: Necessary major version bump as per PVP: https://pvp.haskell.org/ Pull Request resolved: https://github.com/facebook/duckling/pull/593 Reviewed By: girifb Differential Revision: D27710929 Pulled By: chessai fbshipit-source-id: 16fb24e108ab6696d31c94573e79644248bf00e2 --- duckling.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckling.cabal b/duckling.cabal index 304eb361..bac9adb8 100644 --- a/duckling.cabal +++ b/duckling.cabal @@ -6,7 +6,7 @@ cabal-version: 2.2 -- LICENSE file in the root directory of this source tree. name: duckling -version: 0.1.6.1 +version: 0.2.0.0 synopsis: A Haskell library for parsing text into structured data. description: Duckling is a library for parsing text into structured data.