Skip to content

Commit 61ad7a0

Browse files
committed
chore(release): bump version to v0.2.5
1 parent fe7b9a8 commit 61ad7a0

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.5](https://github.com/stack-rs/mitosis/compare/v0.2.4..v0.2.5) - 2025-11-02
6+
7+
### Features
8+
9+
- *(api)* Support reporter_uuid in task relevant interfaces - ([0ba07c2](https://github.com/stack-rs/mitosis-python-sdk/commit/0ba07c22e99321da369c033c306c501cbc346539))
10+
- *(api)* Support batch operation for artifacts, attachments and tasks - ([ab47dd6](https://github.com/stack-rs/mitosis-python-sdk/commit/ab47dd6072791ca719573731ff32ed593e8f5d3f))
11+
- *(api)* Support batch cancellation of tasks and workers by uuid - ([989bbac](https://github.com/stack-rs/mitosis-python-sdk/commit/989bbac2c17124cc6967b79b53146d9ff75a5343))
12+
- *(api)* Support batch download of artifacts and attachments - ([1e3fc0a](https://github.com/stack-rs/mitosis-python-sdk/commit/1e3fc0acd917f90abcc54dc3e7200fea3816cc15))
13+
- *(api)* Support batch cancellation of tasks and workers - ([252cf84](https://github.com/stack-rs/mitosis-python-sdk/commit/252cf841e7ab7d23faa8aee6ec8d1a18eae4b105))
14+
15+
### Refactor
16+
17+
- *(schema)* [**breaking**] Rename key_prefix to key in query - ([da71099](https://github.com/stack-rs/mitosis-python-sdk/commit/da710998e74d2a0b22b179cb9bc6cf0c18f6a2ff))
18+
19+
### Documentation
20+
21+
- *(readme)* Update support version table - ([ca72cc9](https://github.com/stack-rs/mitosis-python-sdk/commit/ca72cc97f7d049adc8ae554c852c843269c1a0b7))
22+
23+
### Miscellaneous Tasks
24+
25+
- Add bump script - ([fe7b9a8](https://github.com/stack-rs/mitosis-python-sdk/commit/fe7b9a8ec090eacead686e231f89bdbf44e38760))
26+
527
## [0.2.4](https://github.com/stack-rs/mitosis/compare/v0.2.3..v0.2.4) - 2025-10-20
628

729
### Features

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ c.download_artifact(
5454

5555
| **Mitosis** | **pynetmito** |
5656
| :---------: | :-----------: |
57+
| 0.6.5 | 0.2.5 |
58+
| 0.6.4 | 0.2.4 |
59+
| 0.6.3 | 0.2.4 |
5760
| 0.6.2 | 0.2.4 |
5861
| 0.6.2 | 0.2.3 |
5962
| 0.6.1 | 0.2.2 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pynetmito"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Python Client SDK for mitosis"
55
readme = "README.md"
66
authors = [{ name = "BobAnkh", email = "[email protected]" }]

0 commit comments

Comments
 (0)