File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77This project uses [ Semantic Versioning] ( https://semver.org ) starting from version
881.0.0.
99
10+ ## [ 1.1.0] - 2019-10-22
11+
12+ ## Added
13+
14+ - Added options to control the node size and make it proportional to the number of
15+ lines of code in the given function (Issue #29 )
16+
1017## [ 1.0.2] - 2019-01-09
1118
1219## Fixed
Original file line number Diff line number Diff line change 1111 entry_points = {
1212 "console_scripts" : ["cmd-call-graph = callgraph.callgraph:main" ]
1313 },
14- version = "1.0.2 " ,
14+ version = "1.1.0 " ,
1515 author = "Andrea Spadaccini" ,
16161717 description = "A simple tool to generate a call graph for calls within Windows CMD (batch) files." ,
You can’t perform that action at this time.
0 commit comments