From 48d55fc4467893ef2f21384b7bc38dc72bedad0d Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Thu, 4 Apr 2024 18:11:18 +0100 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 3 ++- gigaparsec.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8bdeca..2d32ac85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Revision history for gigaparsec -## 0.2.6.0 -- TBD +## 0.3.0.0 -- TBD * Generalised `deriveLiftedConstructors`/`deriveDeferredConstructors` functionality to also work with pattern synonyms and `forall`s in more places. +* Added line numbering for the line information in the `ErrorBuilder`. ## 0.2.5.1 -- 2024-02-07 * Fixed bug where hints can be revived by the `hide` combinator. diff --git a/gigaparsec.cabal b/gigaparsec.cabal index 4f9342d9..4da1641f 100644 --- a/gigaparsec.cabal +++ b/gigaparsec.cabal @@ -20,7 +20,7 @@ name: gigaparsec -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.2.6.0 +version: 0.3.0.0 -- A short (one-line) description of the package. synopsis: