Skip to content

Commit 72cccac

Browse files
committed
chore(release): bump version to v0.2.0
1 parent 5bfbe27 commit 72cccac

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.2.0](https://github.com/stack-rs/mitosis/compare/v0.1.3..v0.2.0) - 2025-09-11
6+
7+
### Features
8+
9+
- *(api)* Support new worker update labels api - ([5bfbe27](https://github.com/stack-rs/mitosis-python-sdk/commit/5bfbe270f9e003fd2f63445b55eecffb3fbcb2b0))
10+
- *(api)* Update delete operations to latest netmito - ([a74aaa3](https://github.com/stack-rs/mitosis-python-sdk/commit/a74aaa37c17ba00a3ab76eb840d201747c869126))
11+
512
## [0.1.3](https://github.com/stack-rs/mitosis/compare/v0.1.2..v0.1.3) - 2025-09-05
613

714
### Documentation

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ c.download_artifact(
4949
)
5050

5151
```
52+
53+
## Mitosis API support table
54+
55+
| **Mitosis** | **pynetmito** |
56+
| :---------: | :-----------: |
57+
| 0.6.0 | 0.2.0 |
58+
| 0.5.3 | 0.1.3 |

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.1.3"
3+
version = "0.2.0"
44
description = "Python Client SDK for mitosis"
55
readme = "README.md"
66
authors = [{ name = "BobAnkh", email = "[email protected]" }]

0 commit comments

Comments
 (0)