We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af1ec5 commit 836a471Copy full SHA for 836a471
Project.toml
@@ -1,7 +1,7 @@
1
name = "CImGui"
2
uuid = "5d785b6c-b76f-510e-a07c-3070796c7e87"
3
authors = ["Yupei Qi <qiyupei@gmail.com>"]
4
-version = "6.1.1"
+version = "6.2.0"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
docs/src/_changelog.md
@@ -6,7 +6,7 @@ CurrentModule = CImGui
This documents notable changes in CImGui.jl. The format is based on [Keep a
Changelog](https://keepachangelog.com).
8
9
-## [v6.1.1] - 2025-09-27
+## [v6.2.0] - 2025-09-27
10
11
### Fixed
12
- Fixed compatibility with Makie 0.24/GLMakie 0.13 and Julia 1.12 ([#180]). This
0 commit comments