From 5269cec38d1d0397e1b965c48dfe50d3dbaac5ac Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Tue, 8 Oct 2024 15:34:28 +0100 Subject: [PATCH] final text tweaks --- release_checklist | 2 ++ website/index.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/release_checklist b/release_checklist index 22036f6..89108f7 100644 --- a/release_checklist +++ b/release_checklist @@ -120,6 +120,8 @@ Upload candidate to hackage, run a test with example using this package If all good, release the candidate - a button on the hackage website. +Update the website + add a tag for the commit corresponding to the version: ~~~~ diff --git a/website/index.md b/website/index.md index 3c5d510..87b1a7e 100644 --- a/website/index.md +++ b/website/index.md @@ -4,7 +4,7 @@ A parser for SQL in Haskell. Also includes a pretty printer which formats SQL. -This is the documentation for version 0.7.0. Documentation for other +This is the documentation for version 0.8.0. Documentation for other versions is available here: . @@ -12,7 +12,7 @@ Status: usable for parsing a substantial amount of SQL. Adding support for new SQL is easy. Expect a little bit of churn on the AST types when support for new SQL features is added. -This version is tested with GHC 9.8.1, 9.6.4, and 9.4.8. +This version is tested with GHC 9.10.1, 9.8.2, 9.6.6. # Examples