Skip to content

v0.8.0

Compare
Choose a tag to compare
@fspoettel fspoettel released this 29 Nov 19:20
· 69 commits to main since this release

What's Changed

Full Changelog: v0.7.0...v0.8.0

How to migrate

To update your repo with this change, apply it as a patch:

# in this repository
git diff v0.7.0 v0.8.0 > package_rename.diff
# apply to your repo
git apply <path_to_diff>

If there are incompatible changes in your repository, remove offending blocks from the diff.