Skip to content

PyPi release : 1.0.3#78

Open
ompushkara wants to merge 1 commit into
mainfrom
v1.0.3
Open

PyPi release : 1.0.3#78
ompushkara wants to merge 1 commit into
mainfrom
v1.0.3

Conversation

@ompushkara
Copy link
Copy Markdown

Summary

Checklist
  • All commits are signed-off, using DCO
  • All new code has docstrings and type annotations
  • All new code is covered by tests. Aim for at least 90% coverage. CI is configured to highlight lines not covered by tests.
  • Public facing changes are paired with documentation changes
  • Release note has been added to CHANGELOG.md if needed

@qodo-for-securesign
Copy link
Copy Markdown

Review Summary by Qodo

Release version 1.0.3 with sdist build fix

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Bump version from 1.0.2 to 1.0.3
• Fix sdist build by scoping hatch packages directive
• Update CHANGELOG with release notes and version links
Diagram
flowchart LR
  A["Version 1.0.2"] -- "bump version" --> B["Version 1.0.3"]
  C["sdist build issue"] -- "fix packages directive" --> D["corrected build"]
  E["CHANGELOG"] -- "add release entry" --> F["updated documentation"]

Loading

Grey Divider

File Changes

1. src/model_signing/__init__.py ⚙️ Configuration changes +1/-1

Bump package version to 1.0.3

• Updated __version__ from "1.0.2" to "1.0.3"

src/model_signing/init.py


2. CHANGELOG.md 📝 Documentation +7/-1

Add release notes for version 1.0.3

• Added new [1.0.3] release section dated 2026-06-08
• Documented fix for sdist build including unintended files
• Updated comparison links for Unreleased and 1.0.3 versions

CHANGELOG.md


Grey Divider

Qodo Logo

@qodo-for-securesign
Copy link
Copy Markdown

qodo-for-securesign Bot commented Jun 5, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.70%. Comparing base (ae71693) to head (5e55af7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   79.70%   79.70%           
=======================================
  Files          21       21           
  Lines        1922     1922           
=======================================
  Hits         1532     1532           
  Misses        390      390           
Flag Coverage Δ
unit 79.70% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants