Skip to content

Commit 616bd51

Browse files
committed
Update version to 0.4.0 and add release notes for AST-based dependency analysis in README.md
1 parent 0556c11 commit 616bd51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

vscode-rescriptdep/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ This extension doesn't require any specific settings.
7272

7373
## Release Notes
7474

75+
### 0.4.0
76+
77+
- Added AST-based dependency analysis for more accurate module dependency detection
78+
7579
### 0.3.0
7680

7781
- Added dark theme support: The dependency graph visualization now automatically adapts to your VS Code theme

vscode-rescriptdep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bibimbob",
33
"displayName": "Bibimbob",
44
"description": "A tool to analyze dependencies between ReScript modules",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"publisher": "mununki",
77
"license": "MIT",
88
"icon": "images/rescriptdep_icon.png",

0 commit comments

Comments
 (0)