Skip to content

Commit

Permalink
Bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vibridi committed Jun 21, 2024
1 parent 6b1bd1f commit f8dda04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down

0 comments on commit f8dda04

Please sign in to comment.