From b796c80ab92b1aa9b5c00a8f9f547f4a98933b82 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 11 Sep 2024 11:51:51 -0500 Subject: [PATCH] bump version to 0.0.2 and update CHANGELOG --- CHANGELOG.md | 5 +++++ texrunner.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5c3c0..c6b7948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [v0.0.2] (2023-09-11) + +- Allow `base-4.19` (GHC 9.10) +- Fix tests + ## [v0.0.1.3] (2023-07-10) - Allow `base-4.18` (GHC 9.6) diff --git a/texrunner.cabal b/texrunner.cabal index 729ce47..5f48714 100644 --- a/texrunner.cabal +++ b/texrunner.cabal @@ -1,5 +1,5 @@ name: texrunner -version: 0.0.1.3 +version: 0.0.2 synopsis: Functions for running Tex from Haskell. description: texrunner is an interface to tex that attempts to parse errors and