Skip to content

Commit

Permalink
Prepare v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz committed Jun 24, 2024
1 parent 10cca44 commit bc975ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for dear-imgui

## [2.2.1]

- Compatibility fixes.
- Expose dynamic rendering for vulkan

## [2.2.0]

- `imgui` updated to [1.89.9].
Expand Down Expand Up @@ -116,6 +121,7 @@ Initial Hackage release based on [1.83].
[2.1.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.2
[2.1.3]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.3
[2.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.2.0
[2.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.2.1

[1.89.9]: https://github.com/ocornut/imgui/releases/tag/v1.89.9
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
Expand Down
2 changes: 1 addition & 1 deletion dear-imgui.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: dear-imgui
version: 2.2.0
version: 2.2.1
author: Oliver Charles
maintainer: [email protected], [email protected]
license: BSD-3-Clause
Expand Down

0 comments on commit bc975ad

Please sign in to comment.