Skip to content

Commit

Permalink
Ready for 0.16.1 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian authored Dec 3, 2023
1 parent 17a1678 commit 56faa75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ vizviewer ./
vizviewer --use_external_processor result.json
```

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

<details>

<summary>
Expand Down
2 changes: 1 addition & 1 deletion src/viztracer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/gaogaotiantian/viztracer/blob/master/NOTICE.txt

__version__ = "0.16.0"
__version__ = "0.16.1"


from .cellmagic import load_ipython_extension
Expand Down

0 comments on commit 56faa75

Please sign in to comment.