Prepare 2.1.0 (#153)

Breaking change in upstream.
This commit is contained in:
Alexander Bondarenko 2022-07-25 21:14:21 +03:00 committed by GitHub
parent 3a5abb2037
commit 7795b3d838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog for dear-imgui # Changelog for dear-imgui
## [2.1.0]
- `imgui` updated to [1.88].
* Breaking: `ImGuiKeyModFlags` renamed to `ImGuiModFlags`.
## [2.0.0] ## [2.0.0]
- `String` arguments replaced with `Text`. - `String` arguments replaced with `Text`.

View File

@ -1,7 +1,7 @@
cabal-version: 3.0 cabal-version: 3.0
name: dear-imgui name: dear-imgui
version: 2.0.0 version: 2.1.0
author: Oliver Charles author: Oliver Charles
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
license: BSD-3-Clause license: BSD-3-Clause