From 437308fa9c0cc340c962593c08b61f2f7bee4e9b Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Mon, 29 Jan 2024 19:18:25 +0000 Subject: [PATCH] chore: version bumps and changelog --- CHANGELOG.md | 5 ++++- gigaparsec.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbc42e..7ee91e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Revision history for gigaparsec +## 0.2.3.0 -- 2024-01-29 +* Added _Verified Errors_ and _Preventative Errors_ in `Text.Gigaparsec.Errors.Patterns`. + ## 0.2.2.3 -- 2024-01-29 -* Fixed bug where `markAsToken` doesn't apply at the correct offsets +* Fixed bug where `markAsToken` doesn't apply at the correct offsets. ## 0.2.2.2 -- 2024-01-29 * Optimised the error system using `DefuncError` and `DefuncHints`. diff --git a/gigaparsec.cabal b/gigaparsec.cabal index 05cae82..04b8f5b 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.2.3 +version: 0.2.3.0 -- A short (one-line) description of the package. synopsis: