Skip to content

Commit 084736a

Browse files
committed
Bump version to 0.9.4
1 parent c24a8a8 commit 084736a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/CHANGELOG.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.9.4 (WIP):
2+
3+
nothing yet
4+
15
v0.9.3 (2023-10-14):
26

37
CHANGE: Canvas: Use ImDrawCallback_ImCanvas macro as draw callback sentinel (#256), thanks @nspitko
@@ -6,7 +10,6 @@ v0.9.3 (2023-10-14):
610

711
BUGFIX: Editor: Don't call Reasume/Suspend on invisible canvas (#255)
812

9-
1013
v0.9.2 (2023-09-01):
1114

1215
NEW: Editor: Add offset of hover/select to style (thanks @MultiPain)

imgui_node_editor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222

2323
//------------------------------------------------------------------------------
24-
# define IMGUI_NODE_EDITOR_VERSION "0.9.3"
25-
# define IMGUI_NODE_EDITOR_VERSION_NUM 000903
24+
# define IMGUI_NODE_EDITOR_VERSION "0.9.4"
25+
# define IMGUI_NODE_EDITOR_VERSION_NUM 000904
2626

2727

2828
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)