-
Notifications
You must be signed in to change notification settings - Fork 0
Release of 2.1.0 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release of 2.1.0 #31
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #31 +/- ##
=======================================
Coverage 90.49% 90.49%
=======================================
Files 107 107
Lines 2324 2324
=======================================
Hits 2103 2103
Misses 221 221 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CHANGELOG.md
Outdated
|
|
||
| ### Added | ||
| - PTHMINT-81: Change the tax_rate_percentage to integer | ||
| - PTHMINT-78: Avoid duplicate taxes when checkout options is autogenerated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This item, should be under a section called "Fixed".
CHANGELOG.md
Outdated
| ## [2.1.0] - 2025-08-04 | ||
|
|
||
| ### Added | ||
| - PTHMINT-81: Change the tax_rate_percentage to integer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This item, should be under a section called "Changed".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the previous comments and use this information as a guideline for writing the CHANGELOG file: https://keepachangelog.com/en/1.1.0/
80b3bfb to
e3a2da4
Compare
e3a2da4 to
072b417
Compare
This pull request prepares the project for a new release, version 2.1.0, and documents several new features and improvements in the changelog.
Release management:
pyproject.tomlfrom2.0.0to2.1.0to reflect the upcoming release.Changelog updates:
2.1.0inCHANGELOG.md, listing the following key changes: changingtax_rate_percentageto integer, avoiding duplicate taxes during autogenerated checkout options, and adding anAddressParser.