Skip to content

Commit 1315a4d

Browse files
committed
Version 1.1.0
- update CHANGELOG - bump version number in setup.py
1 parent 6d80dec commit 1315a4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
This project uses [Semantic Versioning](https://semver.org) starting from version
88
1.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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",
1616
author_email="[email protected]",
1717
description="A simple tool to generate a call graph for calls within Windows CMD (batch) files.",

0 commit comments

Comments
 (0)