From 14a7c55cd32c912f2d7ad77c62a946e41798d01d Mon Sep 17 00:00:00 2001 From: Marco Gil Date: Thu, 17 Jul 2025 15:41:35 +0200 Subject: [PATCH 1/2] PTHMINT-73: Release 2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6108e8..e377cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2025-07-17 + +## Added +- PTHMINT-75: Remove unsupported attribute in delivery object (#26) +- PTHMINT-74: Encode dinamic path segment (#25) +- PTHMINT-72: Fix dependabot report (#22) +- PTHMINT-50: Fix ruff B904 +- PTHMINT-49: Fix ruff B006 +- PTHMINT-48: Fix ruff ARG002 +- PTHMINT-47: Fix ruff ANN401 +- PTHMINT-46: Fix ruff ANN204 +- PTHMINT-45: Fix ruff error code ANN201 +- PTHMINT-44: Remove code ANN102 from ruff ignore +- PTHMINT-42: Fix ruff error ANN101 occurrences +- PTHMINT-41: Fix error ANN003 occurences +- PTHMINT-38: Fix ruff problems code ANN001 +- PTHMINT-37: Remove A002 code to ruff lint (#11) + ## [1.0.1] - 2025-04-23 ### Added diff --git a/pyproject.toml b/pyproject.toml index 80b9093..a7185a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Multisafepay "] description = "Multisafepay API wrapper" license = "OSL-3.0" name = "multisafepay" -version = "1.0.1" +version = "2.0.0" readme = "README.md" repository = "https://github.com/MultiSafepay/python-sdk" homepage = "https://multisafepay.com" From 349ff8cbfd10dd2f4b60a7ef0fcdda64f61c52b4 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Thu, 17 Jul 2025 16:42:39 +0200 Subject: [PATCH 2/2] Changed in CHANGELOG --- CHANGELOG.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e377cf8..4080676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,21 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] - 2025-07-17 -## Added -- PTHMINT-75: Remove unsupported attribute in delivery object (#26) -- PTHMINT-74: Encode dinamic path segment (#25) -- PTHMINT-72: Fix dependabot report (#22) -- PTHMINT-50: Fix ruff B904 -- PTHMINT-49: Fix ruff B006 -- PTHMINT-48: Fix ruff ARG002 -- PTHMINT-47: Fix ruff ANN401 -- PTHMINT-46: Fix ruff ANN204 -- PTHMINT-45: Fix ruff error code ANN201 -- PTHMINT-44: Remove code ANN102 from ruff ignore -- PTHMINT-42: Fix ruff error ANN101 occurrences -- PTHMINT-41: Fix error ANN003 occurences -- PTHMINT-38: Fix ruff problems code ANN001 -- PTHMINT-37: Remove A002 code to ruff lint (#11) +### Added +- PTHMINT-76: Improve coding standards +- PTHMINT-74: Encode dynamic path segment + +### Removed +- PTHMINT-72: Drop support for Python 3.8 +- PTHMINT-75: Remove unsupported attributes in delivery object ## [1.0.1] - 2025-04-23