Skip to content

Commit a2dd6ea

Browse files
authored
Merge pull request #7 from JuliaImGui/v1.91.2
Prepare for v0.1.3
2 parents 614ccc9 + 537414e commit a2dd6ea

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: julia-actions/setup-julia@v2
5757
with:
5858
version: 'pre'
59-
- uses: julia-actions/cache@v1
59+
- uses: julia-actions/cache@v2
6060
- run: |
6161
julia --project=docs -e '
6262
using Pkg

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)