Skip to content

Commit 56faa75

Browse files
Ready for 0.16.1 (#381)
1 parent 17a1678 commit 56faa75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ vizviewer ./
7373
vizviewer --use_external_processor result.json
7474
```
7575

76+
A [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=gaogaotiantian.viztracer-vscode)
77+
is available to make your life even easier. You can open the corresponding source file in
78+
VS Code from the trace report with the extension.
79+
7680
<details>
7781

7882
<summary>

Diff for: src/viztracer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
22
# For details: https://github.com/gaogaotiantian/viztracer/blob/master/NOTICE.txt
33

4-
__version__ = "0.16.0"
4+
__version__ = "0.16.1"
55

66

77
from .cellmagic import load_ipython_extension

0 commit comments

Comments
 (0)