Skip to content

Release 1.0.0 and fix sdist packaging - #14

Merged
nikhilvdev merged 1 commit into
mainfrom
feat/phase-10-packaging
Sep 5, 2026
Merged

Release 1.0.0 and fix sdist packaging#14
nikhilvdev merged 1 commit into
mainfrom
feat/phase-10-packaging

Conversation

@nikhilvdev

Copy link
Copy Markdown
Owner

This change marks the first stable 1.0.0 release by bumping the package version and updating the development status classifier to Production/Stable. It also fixes a packaging issue in the sdist build by replacing the implicit file inclusion with an explicit allowlist, preventing local machine-specific artifacts like .hypothesis from being bundled into releases. The changelog was updated to document the release and the packaging verification work.

Summary

Checklist

  • ruff check . passes
  • mypy logquill passes (--strict on the public API)
  • pytest passes, and new surface area has test coverage
  • Public API additions are documented in README.md with a runnable example
  • CHANGELOG.md has an entry under Unreleased
  • If this touches the cross-language contract (levels, logger methods,
    record shape, transport/plugin contracts, config shape) shared with
    logquill-js, a matching tracking issue/PR is opened there

Scope

This change marks the first stable 1.0.0 release by bumping the package version and updating the development status classifier to Production/Stable. It also fixes a packaging issue in the sdist build by replacing the implicit file inclusion with an explicit allowlist, preventing local machine-specific artifacts like .hypothesis from being bundled into releases. The changelog was updated to document the release and the packaging verification work.
@nikhilvdev
nikhilvdev merged commit e778908 into main Sep 5, 2026
6 checks passed
@nikhilvdev
nikhilvdev deleted the feat/phase-10-packaging branch September 5, 2026 11:53
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