From 04f4a1770c334d3cd1c9eb50e8a27144108e5dd2 Mon Sep 17 00:00:00 2001 From: ktf Date: Thu, 29 Feb 2024 13:48:37 -0800 Subject: [PATCH] Version `0.5.0`! --- CHANGELOG.md | 2 +- app/Version.hs | 2 +- package.yaml | 2 +- tvmv.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f643dc..f28a37a 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.5.0 - 2024-02-29 ### Added diff --git a/app/Version.hs b/app/Version.hs index 27ab852..4d20038 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.5.0-dev" +currentVersion = "0.5.0" diff --git a/package.yaml b/package.yaml index f050501..302a535 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: tvmv -version: 0.4.0 +version: 0.5.0 github: "keithfancher/tvmv" license: BSD3 author: "Keith Fancher" diff --git a/tvmv.cabal b/tvmv.cabal index 0b7e6da..4b595fb 100644 --- a/tvmv.cabal +++ b/tvmv.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: tvmv -version: 0.4.0 +version: 0.5.0 description: Please see the README on GitHub at homepage: https://github.com/keithfancher/tvmv#readme bug-reports: https://github.com/keithfancher/tvmv/issues