Skip to content

Commit

Permalink
Prepare for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Oct 8, 2024
1 parent 614ccc9 commit 1dec772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 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.2"
version = "0.1.3"

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

[compat]
CImGui = "2,3"
CImGuiPack_jll = "0.3,0.4,0.5"
CImGuiPack_jll = "0.3,0.4,0.5,0.6"
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.3] - 2024-10-08

Patch release to add compat for CImGui v3.1/Dear ImGui 1.91.2 ([#7]).

## [v0.1.2] - 2024-09-09

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

0 comments on commit 1dec772

Please sign in to comment.