Release of 2.1.0#31
Merged
Merged
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:
|
danielcivit
reviewed
Sep 4, 2025
|
|
||
| ### Added | ||
| - PTHMINT-81: Change the tax_rate_percentage to integer | ||
| - PTHMINT-78: Avoid duplicate taxes when checkout options is autogenerated |
Member
There was a problem hiding this comment.
This item, should be under a section called "Fixed".
danielcivit
reviewed
Sep 4, 2025
| ## [2.1.0] - 2025-08-04 | ||
|
|
||
| ### Added | ||
| - PTHMINT-81: Change the tax_rate_percentage to integer |
Member
There was a problem hiding this comment.
This item, should be under a section called "Changed".
danielcivit
requested changes
Sep 4, 2025
Member
There was a problem hiding this comment.
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
danielcivit
approved these changes
Sep 5, 2025
e3a2da4 to
072b417
Compare
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.
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.