From 6a9cfed6e37ad655a6e9f40084bf930d1c0e0170 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Fri, 9 Jul 2021 02:17:25 +0530 Subject: [PATCH] Add title and date to changelog Fix typo in cabal file. --- Changelog.md | 4 +++- unicode-data.cabal | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 13187808..59815619 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ -## 0.1.0 +# Changelog + +## 0.1.0 (Jul 2021) * Initial release diff --git a/unicode-data.cabal b/unicode-data.cabal index 81f3477a..a9e9247a 100644 --- a/unicode-data.cabal +++ b/unicode-data.cabal @@ -16,7 +16,7 @@ license: Apache-2.0 license-file: LICENSE author: Composewell Technologies and Contributors maintainer: streamly@composewell.com -copyright: 2020 Composewell Technologies and Contributers +copyright: 2020 Composewell Technologies and Contributors category: Data,Text,Unicode stability: Experimental build-type: Simple