Skip to content

Commit 7be56fc

Browse files
committed
Version 0.0.4
1 parent c998fe6 commit 7be56fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.4] - 2024-09-10
10+
911
- Improved comment-test framework to allow writing tests for multiple languages
1012
- Added comment-test in-browser rendering to allow better debugging
1113
- Add basic support for C

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"//": "START EXTENSION ATTRIBUTES",
5555
"publisher": "tamir-bahar",
5656
"name": "function-graph-overview",
57-
"version": "0.0.3",
57+
"version": "0.0.4",
5858
"description": "Function Graph Overview",
5959
"displayName": "Function Graph Overview",
6060
"icon": "./media/icon.png",
@@ -99,4 +99,4 @@
9999
"engines": {
100100
"vscode": "^1.86.0"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)