chore: bump version to v0.3.2#111
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
| [package] | ||
| name = "hotdata-cli" | ||
| version = "0.3.1" | ||
| version = "0.3.2" |
There was a problem hiding this comment.
nit: (not blocking) The pre-release-replacements config in this file (line 68) lists README.md alongside the four SKILL.md files, but the README version badge wasn't bumped — it still reads version-0.2.7-blue (and was already stale at 0.3.1, so this predates this PR). Since this PR manually updates the same files that cargo-release would otherwise touch, it'd be a natural place to also bump the badge to 0.3.2 for consistency with the other version markers.
There was a problem hiding this comment.
Good catch — fixed in 9e42d4d. Badge now reads 0.3.2. Also confirmed the dist-workspace.toml pre-release-replacements list includes README.md so cargo-release will keep it in sync going forward.
Summary
What is in this release
All bug fixes from PR #110:
After merging
Tag v0.3.2 on the resulting merge commit to trigger the release workflow.