Skip to content

Commit bc6a0e9

Browse files
committed
Version 0.6.0!
1 parent 954d7e0 commit bc6a0e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## Unreleased
9+
## 0.6.0 - 2024-09-05
1010

1111
### Added
1212

app/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module Version (currentVersion) where
33
-- Just updating this manually for now. Note that changing this string doesn't
44
-- actually *do* anything -- it's just what's shown to the user in `--help`.
55
currentVersion :: String
6-
currentVersion = "0.6.0-dev"
6+
currentVersion = "0.6.0"

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tvmv
2-
version: 0.5.0
2+
version: 0.6.0
33
github: "keithfancher/tvmv"
44
license: GPL-3.0-or-later
55
author: "Keith Fancher"

tvmv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: tvmv
8-
version: 0.5.0
8+
version: 0.6.0
99
description: Please see the README on GitHub at <https://github.com/keithfancher/tvmv#readme>
1010
homepage: https://github.com/keithfancher/tvmv#readme
1111
bug-reports: https://github.com/keithfancher/tvmv/issues

0 commit comments

Comments
 (0)