Skip to content

Commit 614ccc9

Browse files
authored
Merge pull request #6 from JuliaImGui/v1.91.1
Bump version
2 parents 1f1be60 + e546a6a commit 614ccc9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ImGuiTestEngine"
22
uuid = "464e2eba-0a11-4ed3-b274-413caa1a1cca"
33
authors = ["JamesWrigley <[email protected]>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
@@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414

1515
[compat]
1616
CImGui = "2,3"
17-
CImGuiPack_jll = "0.3,0.4"
17+
CImGuiPack_jll = "0.3,0.4,0.5"
1818
Compat = "4.15.0"
1919
CxxWrap = "0.16.0"
2020
DocStringExtensions = "0.9.3"

docs/src/_changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ CurrentModule = ImGuiTestEngine
77
This documents notable changes in ImGuiTestEngine.jl. The format is based on
88
[Keep a Changelog](https://keepachangelog.com).
99

10+
## [v0.1.2] - 2024-09-09
11+
12+
Patch release to fix compat for CImGui v3/Dear ImGui 1.91.1 ([#6]).
13+
1014
## [v0.1.1] - 2024-09-03
1115

1216
This release is compatible with CImGui.jl v2 and v3.

0 commit comments

Comments
 (0)