From af5fa740b9a25146acb4342a5449654f53087393 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:09:38 +0000 Subject: [PATCH] chore(master): release 4.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b922d0..4d20436 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0dc58..fd5a1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.0.0](https://github.com/alperensert/capmonster_python/compare/v3.2.0...v4.0.0) (2025-04-30) + + +### ⚠ BREAKING CHANGES + +* API usage has completely changed from v3.2 to v4.0. All task creation methods now rely on structured payloads and typed clients. + +### Features + +* full rewrite with async support, pydantic v2 and modern architecture ([#72](https://github.com/alperensert/capmonster_python/issues/72)) ([bd9e40d](https://github.com/alperensert/capmonster_python/commit/bd9e40dd4ca22d757ed248d2f6903d5b38e0c960)) + + +### Documentation + +* add features section to documentation index ([17efb36](https://github.com/alperensert/capmonster_python/commit/17efb361da78aebd1e2395fb2d09aeea4fc36242)) + ## [3.2.0](https://github.com/alperensert/capmonster_python/compare/v3.1.0...v3.2.0) (2024-04-27) diff --git a/pyproject.toml b/pyproject.toml index 26d3237..edb099c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "capmonster_python" -version = "3.2.0" +version = "4.0.0" description = "capmonster.cloud library/package for Python" readme = "README.md" requires-python = ">=3.9"