Skip to content

Commit 18d78e0

Browse files
committed
Bump version
1 parent 983e9a0 commit 18d78e0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CImGui"
22
uuid = "5d785b6c-b76f-510e-a07c-3070796c7e87"
33
authors = ["Yupei Qi <qiyupei@gmail.com>"]
4-
version = "6.0.0"
4+
version = "6.1.0"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -23,7 +23,7 @@ MakieIntegration = ["GLFW", "ModernGL", "GLMakie"]
2323

2424
[compat]
2525
CEnum = "0.4, 0.5"
26-
CImGuiPack_jll = "0.9.0"
26+
CImGuiPack_jll = "0.10.0"
2727
CSyntax = "0.4"
2828
DocStringExtensions = "0.9.3"
2929
GLFW = "3"

docs/src/_changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ CurrentModule = CImGui
66
This documents notable changes in CImGui.jl. The format is based on [Keep a
77
Changelog](https://keepachangelog.com).
88

9+
## [v6.1.0] - 2025-07-30
10+
11+
### Changed
12+
- We updated to [Dear ImGui
13+
1.92.1](https://github.com/ocornut/imgui/releases/tag/v1.92.1) ([#177]). There
14+
should be no breaking changes.
15+
916
## [v6.0.0] - 2025-07-07
1017

1118
### Changed

0 commit comments

Comments
 (0)