We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c60ba0 commit b4a69ddCopy full SHA for b4a69dd
docs/changelog.md
@@ -172,6 +172,9 @@
172
- [x] set highlight style
173
- 0.15.5
174
- [x] fix loadInitial bug
175
+- 0.15.6
176
+ - [x] internal refactor: graph-ui.js
177
+ - [x] enhance the selected and unselected node & edges
178
179
## 0.16, enhance er diagram
180
- 0.16.0
src/fastapi_voyager/version.py
@@ -1,2 +1,2 @@
1
__all__ = ["__version__"]
2
-__version__ = "0.15.5"
+__version__ = "0.15.6"
0 commit comments