Skip to content

Commit

Permalink
Bump version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmd committed Oct 14, 2023
1 parent c24a8a8 commit 084736a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions imgui_node_editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


//------------------------------------------------------------------------------
Expand Down

0 comments on commit 084736a

Please sign in to comment.