Skip to content

Commit f0760db

Browse files
committed
1 parent 3c6eb3c commit f0760db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# CHANGELOG
22

3+
## 0.7.0 - 2024-11-03
4+
5+
- Updated to egui 0.29
6+
37
## 0.6.0 - 2024-07-05
48

5-
- Updated to egui 0.28. By @trevyn
9+
- Updated to egui 0.28
610
- Add many to many connections. By @kamirr and @pepperoni505
711

812
## 0.5.0 - 2024-05-11

egui_node_graph2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A helper library to create interactive node graphs using egui"
44
homepage = "https://github.com/trevyn/egui_node_graph2"
55
repository = "https://github.com/trevyn/egui_node_graph2"
66
license = "MIT"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
keywords = ["egui_node_graph", "ui", "egui", "graph", "node"]
99
edition = "2021"
1010
readme = "../README.md"

0 commit comments

Comments
 (0)