v0.8.0
What's Changed
- fix: rename package to
advent_of_code
by @fspoettel in #13
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.