Bump version to 0.3.0

This commit is contained in:
Robin Heggelund Hansen 2022-12-16 08:31:23 +01:00
parent 42690bbaba
commit 1da80ade44
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -326,8 +326,6 @@ chompOperator =
word1 0x29 {-)-} E.Op
return op
-- TODO add rule that @docs must be after newline in 0.20
--
chompUntilDocs :: Parser Bool
chompUntilDocs =
P.Parser $ \(P.State src pos end indent row col) cok _ _ _ ->

View File

@ -1,7 +1,7 @@
Cabal-version: 3.8
Name: gren
Version: 0.2.0
Version: 0.3.0
Synopsis:
The `gren` command line interface.