From 4b28e2029dbb3be8052a81f0bf141a9f756b4585 Mon Sep 17 00:00:00 2001 From: Felipe Pinto Date: Wed, 12 Mar 2025 12:09:30 -0300 Subject: [PATCH 1/2] chore: Update history for new version --- HISTORY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index dc7bab8d..2fea1c3c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # History +## 0.43.0 (2025-03-12) + +- (PR #764, 2025-01-28) Python dependency sync check is never executed in CI/CD workflow +- (PR #765, 2025-02-03) chore: Bump the production-dependencies group with 3 updates +- (PR #766, 2025-02-03) chore(deps-dev): Bump twine from 6.0.1 to 6.1.0 in the + development-dependencies group +- (PR #767, 2025-02-07) chore(deps): Bump pydantic from 2.10.4 to 2.10.6 +- (PR #769, 2025-02-18) chore(deps): Bump pyopenssl from 24.3.0 to 25.0.0 +- (PR #768, 2025-02-18) chore(deps): Bump pytz from 2024.2 to 2025.1 +- (PR #770, 2025-02-18) chore(deps): Bump cryptography from 44.0.0 to 44.0.1 in the pip group +- (PR #777, 2025-03-06) chore: Bump the production-dependencies group with 4 updates +- (PR #779, 2025-03-07) libs: Add utility to get X.509 certificate from PKCS12 (PFX) file +- (PR #778, 2025-03-07) chore(deps): Bump django from 4.2.18 to 4.2.20 +- (PR #775, 2025-03-07) chore(deps): Bump lxml from 5.3.0 to 5.3.1 +- (PR #771, 2025-03-11) Drop support for Python 3.8 + ## 0.42.0 (2025-01-28) - (PR #758, 2025-01-15) Enable `warn_unused_ignores` in Mypy configuration From fcc57408b98e567e27562c41c3e01d0f29faaeff Mon Sep 17 00:00:00 2001 From: Felipe Pinto Date: Wed, 12 Mar 2025 12:09:50 -0300 Subject: [PATCH 2/2] chore: Bump version from 0.42.0 to 0.43.0 --- .bumpversion.cfg | 2 +- src/cl_sii/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 84eb193e..f19895a0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.42.0 +current_version = 0.43.0 commit = True tag = False message = chore: Bump version from {current_version} to {new_version} diff --git a/src/cl_sii/__init__.py b/src/cl_sii/__init__.py index 32c7673e..419e274d 100644 --- a/src/cl_sii/__init__.py +++ b/src/cl_sii/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.42.0' +__version__ = '0.43.0'