diff --git a/ChangeLog.md b/ChangeLog.md index 7c3597b..901ee38 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for dear-imgui +## [1.0.2] + +- Added `withID` and `ToID(..)` to make composable components possible. + ## [1.0.1] - Fixed missing headers in source dist. @@ -10,3 +14,4 @@ Initial Hackage release based on 1.83. [1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0 [1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1 +[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2 diff --git a/dear-imgui.cabal b/dear-imgui.cabal index 3fc68a2..ca023f4 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: dear-imgui -version: 1.0.1 +version: 1.0.2 author: Oliver Charles maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com license: BSD-3-Clause