diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4dfb9..be16a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.6.0 - 2024-09-05 ### Added diff --git a/app/Version.hs b/app/Version.hs index b4780e5..7fd6aa3 100644 --- a/app/Version.hs +++ b/app/Version.hs @@ -3,4 +3,4 @@ module Version (currentVersion) where -- Just updating this manually for now. Note that changing this string doesn't -- actually *do* anything -- it's just what's shown to the user in `--help`. currentVersion :: String -currentVersion = "0.6.0-dev" +currentVersion = "0.6.0" diff --git a/package.yaml b/package.yaml index 488bc25..4f2a743 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: tvmv -version: 0.5.0 +version: 0.6.0 github: "keithfancher/tvmv" license: GPL-3.0-or-later author: "Keith Fancher" diff --git a/tvmv.cabal b/tvmv.cabal index f6d4dc3..2a5680d 100644 --- a/tvmv.cabal +++ b/tvmv.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: tvmv -version: 0.5.0 +version: 0.6.0 description: Please see the README on GitHub at homepage: https://github.com/keithfancher/tvmv#readme bug-reports: https://github.com/keithfancher/tvmv/issues