From f8dda0485c39af8f38e474e747976ff4babf5ff8 Mon Sep 17 00:00:00 2001 From: Gabriele <10689839+vibridi@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:56:10 +0200 Subject: [PATCH] Bump version to v0.6.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab8811..26c67ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +v0.6.0 / 2024-06-21 +================== + + * Remove ID property from graph.Edge + * Add ids of source and target nodes to graph.Edge + * Don't shallow copy DGraph into a new instance when it's used as a graph.Source + * Add layout option to keep virtual nodes in output + * Compact output layout.Nodes slice without virtual nodes (fixes #19) + * Delete unused test file + v0.5.0 / 2024-06-20 ==================