Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
- update CHANGELOG
- bump version number in setup.py
  • Loading branch information
lupino3 committed Oct 22, 2019
1 parent 6d80dec commit 1315a4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project uses [Semantic Versioning](https://semver.org) starting from version
1.0.0.

## [1.1.0] - 2019-10-22

## Added

- Added options to control the node size and make it proportional to the number of
lines of code in the given function (Issue #29)

## [1.0.2] - 2019-01-09

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
entry_points={
"console_scripts": ["cmd-call-graph = callgraph.callgraph:main"]
},
version="1.0.2",
version="1.1.0",
author="Andrea Spadaccini",
author_email="andrea.spadaccini@gmail.com",
description="A simple tool to generate a call graph for calls within Windows CMD (batch) files.",
Expand Down

0 comments on commit 1315a4d

Please sign in to comment.