Prep for v0.2.0 release#27
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
=======================================
Coverage 97.91% 97.91%
=======================================
Files 3 3
Lines 48 48
=======================================
Hits 47 47
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I bumped the package version with
uv version --bump=minor.I updated the relevant section and links in CHANGELOG.md. Don't forget to update the URL in the links on the bottom of the page.
...Should start linking to PRs and contributors in CHANGELOG.md once things settle down.
After this merges, I'll go make a release in the GitHub web UI. I will create a new "v0.2.0" tag off the main branch. I'll copy the section of the CHANGELOG for this release and paste it as the release title and description. I'll hit the little button that adds an announcement to GH discussions for the release.
CI should push the release's published package to PyPI. (...Unless I forgot to update something after the org move.🤞)
After the release is published. I will check that CI pushed the package to PyPI successfully. If everything looks good I will do a new commit or PR for "post-release cleanup". This is usually just adding a new "Unreleased" section to the top of CHANGELOG.