From 084736a4f2b5185e883aa50d5922cbe03c18d3b8 Mon Sep 17 00:00:00 2001 From: thedmd Date: Tue, 19 Sep 2023 08:53:46 +0200 Subject: [PATCH] Bump version to 0.9.4 --- docs/CHANGELOG.txt | 5 ++++- imgui_node_editor.h | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index 8bcff304..97a608c4 100644 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -1,3 +1,7 @@ +v0.9.4 (WIP): + + nothing yet + v0.9.3 (2023-10-14): CHANGE: Canvas: Use ImDrawCallback_ImCanvas macro as draw callback sentinel (#256), thanks @nspitko @@ -6,7 +10,6 @@ v0.9.3 (2023-10-14): BUGFIX: Editor: Don't call Reasume/Suspend on invisible canvas (#255) - v0.9.2 (2023-09-01): NEW: Editor: Add offset of hover/select to style (thanks @MultiPain) diff --git a/imgui_node_editor.h b/imgui_node_editor.h index e932744f..3b586462 100644 --- a/imgui_node_editor.h +++ b/imgui_node_editor.h @@ -21,8 +21,8 @@ //------------------------------------------------------------------------------ -# define IMGUI_NODE_EDITOR_VERSION "0.9.3" -# define IMGUI_NODE_EDITOR_VERSION_NUM 000903 +# define IMGUI_NODE_EDITOR_VERSION "0.9.4" +# define IMGUI_NODE_EDITOR_VERSION_NUM 000904 //------------------------------------------------------------------------------