Skip to content

Commit 537414e

Browse files
committed
Prepare for v0.1.3
1 parent 9215087 commit 537414e

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.2"
4+
version = "0.1.3"
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,0.5"
17+
CImGuiPack_jll = "0.3,0.4,0.5,0.6"
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.3] - 2024-10-08
11+
12+
Patch release to add compat for CImGui v3.1/Dear ImGui 1.91.2 ([#7]).
13+
1014
## [v0.1.2] - 2024-09-09
1115

1216
Patch release to fix compat for CImGui v3/Dear ImGui 1.91.1 ([#6]).

0 commit comments

Comments
 (0)