Skip to content

Commit

Permalink
Prepare v2.1.2 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored Nov 30, 2022
1 parent 48486ee commit cd99938
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for dear-imgui

## [2.1.2]

- Fixed glfw example build flags.
- Added `plotLines`.
- Added `setNextItemOpen`.

## [2.1.1]

- Build flag fix for MacOS.
Expand Down Expand Up @@ -93,6 +99,7 @@ Initial Hackage release based on [1.83].
[2.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.0.0
[2.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.0
[2.1.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.1
[2.1.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v2.1.2

[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
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.1.1
version: 2.1.2
author: Oliver Charles
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
license: BSD-3-Clause
Expand Down

0 comments on commit cd99938

Please sign in to comment.