hi, is it possible to add release notes to python ...
# community
e
hi, is it possible to add release notes to python sdk? we can't see what's changed via dependabot pr's. just saw a release for 0.7.1, but 0.7.0 was published on pypi last week.
c
We do have them here: https://github.com/cerbos/cerbos-sdk-python/releases/tag/v0.7.1 v0.7.0 was released by accident that's why it doesn't show up there.
e
image.png
it's not seen on dependabot's pr's.
image.png
normally they look like this
c
Yes, as I said, v0.7.0 was released by accident during testing so it didn't have release notes.
e
it's not related with 0.7.0 🙂
it was always like this
image.png
a CHANGELOG.md file might be sufficient I guess
c
We'll look into it. Usually dependabot sources the release notes from GitHub but maybe it's different for PyPi.
e
ok thanks