From 37c56cf932e429950a199d0b1f39796677b052c5 Mon Sep 17 00:00:00 2001 From: David Binder <david.binder@uni-tuebingen.de> Date: Thu, 2 May 2024 22:17:39 +0200 Subject: [PATCH] Prepare release of 0.7.0.2 --- changelog.md | 4 ++++ hpc.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 36fe2c2..0c775d3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`hpc` package](http://hackage.haskell.org/package/hpc) +## 0.7.0.2 *May 2024* + + * Bump upper bounds of dependencies on base and time libraries. + ## 0.7.0.1 *January 2024* * Bump upper bounds of dependencies on filepath and containers libraries. diff --git a/hpc.cabal b/hpc.cabal index a3d71a4..13bdb3e 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hpc -version: 0.7.0.1 +version: 0.7.0.2 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause license-file: LICENSE -- GitLab