Skip to content

Commit 2029d49

Browse files
authored
Bump package version (#224)
1 parent 329f031 commit 2029d49

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for dear-imgui
22

3+
## [2.4.1]
4+
5+
- Fixed builds on GHC-9.10+.
6+
37
## [2.4.0]
48

59
- `imgui` updated to [1.91.9b].
@@ -156,6 +160,7 @@ Initial Hackage release based on [1.83].
156160
[2.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.3.0
157161
[2.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.3.1
158162
[2.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.4.0
163+
[2.4.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.4.1
159164

160165
[1.91.9b]: https://github.com/ocornut/imgui/releases/tag/v1.91.9b
161166
[1.90.9]: https://github.com/ocornut/imgui/releases/tag/v1.90.9

dear-imgui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: dear-imgui
4-
version: 2.4.0
4+
version: 2.4.1
55
author: Oliver Charles
66
77
license: BSD-3-Clause

0 commit comments

Comments
 (0)