Skip to content

Commit 265d143

Browse files
authored
Prepare 1.3.1 (#123)
1 parent 0877843 commit 265d143

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

ChangeLog.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog for dear-imgui
22

3+
## [1.3.1]
4+
5+
- `imgui` updated to [1.86].
6+
37
## [1.3.0]
48

59
- Added `DearImGui.FontAtlas` and related `DearImGui.Raw.Font.*` bits.
610
- Removed old font atlas functions from `DearImGui` and `DearImGui.Raw`.
711

812
## [1.2.2]
913

10-
- `imgui` updated to 1.85.
14+
- `imgui` updated to [1.85].
1115

1216
## [1.2.1]
1317

@@ -29,7 +33,7 @@
2933

3034
## [1.1.0]
3135

32-
- `imgui` updated to 1.84.2.
36+
- `imgui` updated to [1.84.2].
3337
- Removed unused Window argument from SDL `newFrame` to match 1.84.
3438
- Added GLFW backend callbacks.
3539
- Added more withXXX wrappers.
@@ -44,7 +48,7 @@
4448

4549
## [1.0.0]
4650

47-
Initial Hackage release based on 1.83.
51+
Initial Hackage release based on [1.83].
4852

4953
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0
5054
[1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
@@ -54,3 +58,9 @@ Initial Hackage release based on 1.83.
5458
[1.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.1
5559
[1.2.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2
5660
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
61+
[1.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
62+
63+
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
64+
[1.85]: https://github.com/ocornut/imgui/releases/tag/v1.85
65+
[1.84.2]: https://github.com/ocornut/imgui/releases/tag/v1.84.2
66+
[1.83]: https://github.com/ocornut/imgui/releases/tag/v1.83

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: 1.3.0
4+
version: 1.3.1
55
author: Oliver Charles
66
77
license: BSD-3-Clause

0 commit comments

Comments
 (0)