diff --git a/CHANGELOG.md b/CHANGELOG.md index d54dd09..f013550 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 - 2024-01-11 ### Added diff --git a/app/Version.hs b/app/Version.hs index 87913d2..81e976c 100644 --- a/app/Version.hs +++ b/app/Version.hs @@ -2,4 +2,4 @@ module Version (currentVersion) where -- Just updating this manually for now... currentVersion :: String -currentVersion = "0.3.0-dev" +currentVersion = "0.3.0" diff --git a/package.yaml b/package.yaml index 95418d1..38fdf6b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: tvmv -version: 0.2.0 +version: 0.3.0 github: "keithfancher/tvmv" license: BSD3 author: "Keith Fancher" diff --git a/tvmv.cabal b/tvmv.cabal index bbb72b0..cbd9f10 100644 --- a/tvmv.cabal +++ b/tvmv.cabal @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: tvmv -version: 0.2.0 +version: 0.3.0 description: Please see the README on GitHub at homepage: https://github.com/keithfancher/tvmv#readme bug-reports: https://github.com/keithfancher/tvmv/issues