From f283372a12b70a75d292f4299b254194c1055c16 Mon Sep 17 00:00:00 2001 From: ktf Date: Fri, 17 Feb 2023 13:11:26 -0800 Subject: [PATCH] Version `0.3.0`! --- CHANGELOG.md | 2 +- kept.cabal | 2 +- package.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ed73a..6dc1b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). -## Unreleased +## 0.3.0 - 2023-02-17 ### Added diff --git a/kept.cabal b/kept.cabal index dc88c6e..a516898 100644 --- a/kept.cabal +++ b/kept.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: kept -version: 0.2.0 +version: 0.3.0 description: Please see the README on GitHub at homepage: https://github.com/keithfancher/kept#readme bug-reports: https://github.com/keithfancher/kept/issues diff --git a/package.yaml b/package.yaml index 6457de2..757c730 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: kept -version: 0.2.0 +version: 0.3.0 github: "keithfancher/kept" license: BSD3 author: "Keith Fancher"