We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88e45a commit 7c6871aCopy full SHA for 7c6871a
CHANGELOG.md
@@ -9,6 +9,8 @@ This project uses [Semantic Versioning](https://semver.org) starting from versio
9
10
## [unreleased]
11
12
+## [1.0.1] - 2019-01-09
13
+
14
## Fixed
15
16
- Fixed exit node detection (#13)
setup.py
@@ -11,7 +11,7 @@
entry_points={
"console_scripts": ["cmd-call-graph = callgraph.callgraph:main"]
},
- version="1.0.0",
+ version="1.0.1",
author="Andrea Spadaccini",
author_email="[email protected]",
17
description="A simple tool to generate a call graph for calls within Windows CMD (batch) files.",
0 commit comments