From 129c608ac31bc9507748a5af988d7e619cb59c55 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Thu, 16 May 2024 12:37:01 -0600 Subject: [PATCH] Release true-name version 0.2.0.0 This release removes official support for GHC versions prior to `7.10.3`, and is hence a major-version change according to the Package Versioning Policy. --- CHANGELOG.md | 18 ++++++++++++++++++ true-name.cabal | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc18db4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this library will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this library adheres to Haskell's notion of the +[Package Versioning Policy (PVP)](https://pvp.haskell.org/). + +## [0.2.0.0] - 2024-05-16 + +This release removes official support for GHC versions prior to `7.10.3`, and is +hence a major-version change according to the Package Versioning Policy. + +### Added +- Added support for GHC versions up to `9.8.x` and template-haskell versions + up to `2.21.x` + +### Removed +- Removed support for old GHC versions prior to `7.10.3` diff --git a/true-name.cabal b/true-name.cabal index 2b34fc4..9ead513 100644 --- a/true-name.cabal +++ b/true-name.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: true-name -version: 0.1.0.4 +version: 0.2.0.0 synopsis: Template Haskell hack to violate module abstractions description: .