Skip to content

Commit 4401e44

Browse files
authored
0.4.0
1 parent d1f030d commit 4401e44

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.4.0] - 2025-06-26
8+
79
### Added
810

911
- Support for the **Dagre** layout by including the `cytoscape-dagre` dependency.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "st_link_analysis"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
authors = [{ name = "AlrasheedA" }]
99
description = "A streamlit custom component for visualizing and interacting with graphs"
1010
readme = "README.md"

st_link_analysis/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "st-link-analysis",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "description",
66
"main": "index.js",

0 commit comments

Comments
 (0)