We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ca526 commit 98cc938Copy full SHA for 98cc938
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.0.3](https://github.com/stack-rs/mitosis/compare/v0.0.2..v0.0.3) - 2025-09-05
6
+
7
+### Features
8
9
+- *(schema)* Add more SDK interfaces - ([49ca526](https://github.com/stack-rs/mitosis-python-sdk/commit/49ca5267b25d79f75421f15cf9bfc1097d456ad3))
10
11
## [0.0.2](https://github.com/stack-rs/mitosis/compare/v0.0.1..v0.0.2) - 2025-09-04
12
13
### Features
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "pynetmito"
-version = "0.0.2"
+version = "0.0.3"
description = "Python Client SDK for mitosis"
readme = "README.md"
authors = [{ name = "BobAnkh", email = "[email protected]" }]
0 commit comments