From b3473dfb2e660427edcbaf2558f2499c65d32d36 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Thu, 22 Jun 2023 12:16:16 +0530 Subject: [PATCH] Bump version to 0.0.17 (#52) --- CHANGELOG | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6787522..eac9bac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.0.17: + * Changes to make compatible for GHC 9.6 + 0.0.16: * Add MaxOS parameter to indicate memory in use by RTS * Add haddock docmentation to the 'Column' type diff --git a/README.md b/README.md index 139c5f9..68a273c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# weigh [![Build Status](https://travis-ci.org/fpco/weigh.svg)](https://travis-ci.org/fpco/weigh) +# weigh [![Tests](https://github.com/fpco/weigh/actions/workflows/tests.yml/badge.svg)](https://github.com/fpco/weigh/actions/workflows/tests.yml) Measures the memory usage of a Haskell value or function