Skip to content

Commit

Permalink
Prepare 2.1.0 (#153)
Browse files Browse the repository at this point in the history
Breaking change in upstream.
  • Loading branch information
dpwiz authored Jul 25, 2022
1 parent 3a5abb2 commit 7795b3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for dear-imgui

## [2.1.0]

- `imgui` updated to [1.88].
* Breaking: `ImGuiKeyModFlags` renamed to `ImGuiModFlags`.

## [2.0.0]

- `String` arguments replaced with `Text`.
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.0.0
version: 2.1.0
author: Oliver Charles
maintainer: [email protected], [email protected]
license: BSD-3-Clause
Expand Down

0 comments on commit 7795b3d

Please sign in to comment.