Skip to content

Commit f481e3c

Browse files
chore(master): release 4.0.0 (#73)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 17efb36 commit f481e3c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/alperensert/capmonster_python/compare/v3.2.0...v4.0.0) (2025-04-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* API usage has completely changed from v3.2 to v4.0. All task creation methods now rely on structured payloads and typed clients.
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Documentation
16+
17+
* add features section to documentation index ([17efb36](https://github.com/alperensert/capmonster_python/commit/17efb361da78aebd1e2395fb2d09aeea4fc36242))
18+
319
## [3.2.0](https://github.com/alperensert/capmonster_python/compare/v3.1.0...v3.2.0) (2024-04-27)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "capmonster_python"
3-
version = "3.2.0"
3+
version = "4.0.0"
44
description = "capmonster.cloud library/package for Python"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)