changelogs icon indicating copy to clipboard operation
changelogs copied to clipboard

A changelog finder and parser for packages available on pypi, npm and rubygems.

Results 18 changelogs issues
Sort by recently updated
recently updated
newest added

Added a `--reverse` argument and a `-n` argument to the CLI interface, that allow changing the order of output changelogs as well as their total number. Closes https://github.com/pyupio/changelogs/issues/258

https://pypi.org/project/reportlab --> https://docs.reportlab.com/releases/notes/whats-new-40

https://github.com/linsomniac/python-memcached/blob/master/ChangeLog

https://gitlab.com/team-simpy/simpy/-/blob/master/CHANGES.rst

```python3 import changelogs logs = changelogs.get("prisma", vendor="npm") ``` error: ``` File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/packaging/version.py", line 52, in parse return Version(version) ^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/packaging/version.py", line 197, in __init__ raise InvalidVersion(f"Invalid version: '{version}'") packaging.version.InvalidVersion:...

Is it possible to add a CLI argument to only show the n most recent changes (and show all by default)?

The imp module is deprecated in favour of importlib

https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md

https://github.com/getsentry/sentry-python/blob/master/CHANGES.md