Prepare v0.2.2 release version sync#1
Merged
Conversation
Agent-Logs-Url: https://github.com/nightmarewalker/D-SafeLogger/sessions/27fd493b-1a89-4758-b2a8-14c26a9d67b3 Co-authored-by: nightmarewalker <173026147+nightmarewalker@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
nightmarewalker
May 21, 2026 04:47
View session
nightmarewalker
approved these changes
May 21, 2026
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.
Summary
/home/runner/work/D-SafeLogger/D-SafeLogger/pyproject.tomlto set[project].versionto0.2.2/home/runner/work/D-SafeLogger/D-SafeLogger/src/dsafelogger/__init__.pyto set__version__to0.2.2/home/runner/work/D-SafeLogger/D-SafeLogger/CHANGELOG.mdto promote the current unreleased entries to0.2.2dated2026-05-21and keep a new emptyUnreleasedsection/home/runner/work/D-SafeLogger/D-SafeLogger/uv.lockso the local package version is0.2.2/home/runner/work/D-SafeLogger/D-SafeLogger/AGENTS.mdcurrent target release to0.2.2Validation
uv sync --group dev✅uv run pytest tests -q✅ (655 passed, 6 skipped, 3 warningson Linux / Python 3.12.3)uv run mypy src✅ (Success: no issues found in 27 source files)uv run pyright src✅ (0 errors, 0 warnings, 0 informations)uv run pyright tests/typing_smoke✅ (0 errors, 0 warnings, 0 informations)uv run python scripts/generate_api_docs.py --check✅uv run python scripts/check_design_docs_sync.py✅uv run python benchmarks/update_summary.py --check✅rm -rf dist✅uv build✅ (builtd_safelogger-0.2.2.tar.gzandd_safelogger-0.2.2-py3-none-any.whl)uv run python scripts/check_distribution_contents.py✅uv run python scripts/install_built_wheel.py✅uv run --no-sync python scripts/check_type_completeness.py --min-score 100✅ (type completeness: 100.00%)uv sync --reinstall --group dev✅