Skip to content

Commit b4a69dd

Browse files
committed
feat: update version to 0.15.6 and document internal refactor in changelog
1 parent 3c60ba0 commit b4a69dd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@
172172
- [x] set highlight style
173173
- 0.15.5
174174
- [x] fix loadInitial bug
175+
- 0.15.6
176+
- [x] internal refactor: graph-ui.js
177+
- [x] enhance the selected and unselected node & edges
175178

176179
## 0.16, enhance er diagram
177180
- 0.16.0

src/fastapi_voyager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = ["__version__"]
2-
__version__ = "0.15.5"
2+
__version__ = "0.15.6"

0 commit comments

Comments
 (0)