Skip to content

Commit 92854cb

Browse files
committed
Prepare 2.2 release
1 parent 2435b58 commit 92854cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`summoner` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6-
# 2.1.1.0 – Jan 16, 2026
6+
# 2.2.0.0 – Jan 16, 2026
77

88
* [#560](https://github.com/kowainik/summoner/issues/560):
99
Allow configurations of the branch name.

summoner-cli/summoner.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: summoner
3-
version: 2.1.1.0
3+
version: 2.2.0.0
44
synopsis: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
55
description: Tool for scaffolding fully configured batteries-included production-level Haskell projects.
66
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.

summoner-tui/summoner-tui.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: summoner-tui
3-
version: 2.1.1.0
3+
version: 2.2.0.0
44
synopsis: Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI.
55
description: Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI.
66
See [README.md](https://github.com/kowainik/summoner#-summoner) for details.
@@ -108,7 +108,7 @@ library
108108
, directory ^>= 1.3.0.2
109109
, microlens ^>= 0.4
110110
, microlens-th ^>= 0.4
111-
, summoner ^>= 2.1.1.0
111+
, summoner ^>= 2.2.0.0
112112
, validation-selective >= 0.0.0.0 && < 0.3
113113
, vty >= 6.0 && < 6.3
114114
, vty-crossplatform >= 0.2 && < 0.3

0 commit comments

Comments
 (0)