Skip to content

Commit

Permalink
v0.7.0 & VS Code extension v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhx committed Dec 4, 2023
1 parent 3114f4b commit 5497109
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crabviz"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
11 changes: 11 additions & 0 deletions editors/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.3.0 (2023.12.4)

### Features

* Generate a call graph for a selected function
* Filter out test files when analyzing Go projects

### Fixed

* Calls from nested functions are not shown for Go projects

## 0.2.0 (2023.9.24)

### Features
Expand Down
12 changes: 3 additions & 9 deletions editors/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crabviz",
"displayName": "Crabviz",
"description": "interactive call graph generator",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "chanhx",
"author": {
"name": "Chan HoCheung"
Expand Down

0 comments on commit 5497109

Please sign in to comment.