From 9dac0f9fbef9f58527148b773ee07d40e43e96f3 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:13:04 +0300 Subject: [PATCH] Prepare 2.1.1 (#157) --- ChangeLog.md | 6 ++++++ dear-imgui.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 46ac282..1680671 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for dear-imgui +## [2.1.1] + +- Build flag fix for MacOS. + ## [2.1.0] - `imgui` updated to [1.88]. @@ -87,6 +91,8 @@ Initial Hackage release based on [1.83]. [1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0 [1.5.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.5.0 [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 [1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87 [1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86 diff --git a/dear-imgui.cabal b/dear-imgui.cabal index 1db7fe6..393b0bd 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: dear-imgui -version: 2.1.0 +version: 2.1.1 author: Oliver Charles maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com license: BSD-3-Clause