Skip to content

chore: release 0.2.1 - #8

Merged
sebartyr merged 2 commits into
mainfrom
release/0.2.1
Aug 25, 2026
Merged

chore: release 0.2.1#8
sebartyr merged 2 commits into
mainfrom
release/0.2.1

Conversation

@sebartyr

Copy link
Copy Markdown
Member

Release preparation for 0.2.1, a patch on top of #7.

  • version bumped in pyproject.toml and __version__ in src/clever_cloud/__init__.py — the two are not derived from one another.
  • CHANGELOG.md gains the 0.2.1 section, keeping the existing headings: Fixed (a slash-only fqdn no longer yields Domain(domain="")) and Added (create_domain()).

No code change in this PR.

Checks

Per RELEASING.md step 2, all green:

  • ruff check .
  • mypy (strict, 13 source files)
  • pytest --cov — 242 tests, 96% total coverage
  • uv run --python 3.11 --extra dev --isolated pytest — 242 tests, against the oldest supported version

Once this lands, the tag goes on the merge commit (git tag -a v0.2.1), then build, verify, and publish.

Bump the version in pyproject.toml and __init__.py, and add the 0.2.1
section to the CHANGELOG: the slash-only fqdn fix and create_domain().
Matches the convention of the 0.2.0 section, which opens on the issue it
addresses.
@sebartyr
sebartyr merged commit 4e5ef2b into main Aug 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant