Skip to content

Commit

Permalink
Bump version to add compat for CImGui v5/ImGui v1.91.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Feb 5, 2025
1 parent 2023ed2 commit 16ef74b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImGuiTestEngine"
uuid = "464e2eba-0a11-4ed3-b274-413caa1a1cca"
authors = ["JamesWrigley <[email protected]>"]
version = "0.1.6"
version = "0.1.7"

[deps]
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
Expand All @@ -13,8 +13,8 @@ ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CImGui = "2,3,4"
CImGuiPack_jll = "0.7.1"
CImGui = "2,3,4,5"
CImGuiPack_jll = "0.7.1,0.8"
Compat = "4.15.0"
CxxWrap = "0.16.0"
DocStringExtensions = "0.9.3"
Expand Down
4 changes: 4 additions & 0 deletions docs/src/_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ CurrentModule = ImGuiTestEngine
This documents notable changes in ImGuiTestEngine.jl. The format is based on
[Keep a Changelog](https://keepachangelog.com).

## [v0.1.7] - 2025-02-05

Patch release to add compat for CImGui v5/Dear ImGui 1.91.8 ([#13]).

## [v0.1.6] - 2025-02-01

### Added
Expand Down

0 comments on commit 16ef74b

Please sign in to comment.