pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Outdated changelog #389

Closed PerchunPak closed 2 years ago

PerchunPak commented 2 years ago

Description

There is 2.0.0 and 2.0b5 on PyPi, but not in changelog. So does 2.0.0 stable? What breaking changes was made? What really changed comparing to 1.x?

PerchunPak commented 2 years ago

Found actual changelog in python3.10/site-packages/safety-2.0.0.dist-info/METADATA. https://pastebin.com/pPEN12sj

PerchunPak commented 2 years ago

Oh, changelog wasn't updated in develop branch, but in master. Sorry for my confusion.