Skip to content

Commit 3b885ec

Browse files
committed
[version] Bump to 0.41
1 parent 33dedd4 commit 3b885ec

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,38 @@ If you love PyT, please star our project on GitHub to show your support! :star:
2222
[#xxxx]: https://github.com/python-security/pyt/pull/xxxx
2323
[@xxxx]: https://github.com/xxxx
2424
-->
25+
# 0.41
26+
##### November 1st, 2018
27+
28+
#### :boom: Breaking Changes
29+
* Changed trigger file format when specifying specific tainted args ([#182])
30+
31+
#### :tada: New Features
32+
* Function calls such as `list.append` and `dict.update` now propagate taint to the list or dict ([#181])
33+
34+
#### :bug: Bugfixes
35+
* IfExp (or ternary) expression handling improved ([#179])
36+
37+
# 0.40
38+
##### September 11th, 2018
39+
40+
#### :mega: Release Highlights
41+
* Logging changes. Logging verbosity can be changed with `-v` to `-vvv` ([#172])
42+
43+
#### :boom: Breaking Changes
44+
* Removed `--trim` option ([#169])
45+
46+
#### :tada: New Features
47+
* Added `--only-unsanitised` flag to not print sanitised vulnerabilities ([#172])
48+
49+
#### :bug: Bugfixes
50+
* Recursive functions don't cause `RecursionError` ([#173])
51+
* Handling of chained functions improved ([#171])
52+
53+
# 0.39
54+
##### August 21st, 2018
55+
56+
...
2557

2658
# 0.38
2759
##### August 2nd, 2018

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
VERSION = '0.40'
5+
VERSION = '0.41'
66

77

88
setup(

0 commit comments

Comments
 (0)