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 1c7505b commit 18eee9cCopy full SHA for 18eee9c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.1.1](https://github.com/stack-rs/mitosis/compare/v0.1.0..v0.1.1) - 2025-09-05
6
+
7
+### Bug Fixes
8
9
+- *(schema)* Resolve TasksQueryReq (de)serde issue - ([1c7505b](https://github.com/stack-rs/mitosis-python-sdk/commit/1c7505be60dce85fdb8b4a3319c27c2f5e83f180))
10
11
## [0.1.0](https://github.com/stack-rs/mitosis/compare/v0.0.3..v0.1.0) - 2025-09-05
12
13
### Features
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "pynetmito"
-version = "0.1.0"
+version = "0.1.1"
description = "Python Client SDK for mitosis"
readme = "README.md"
authors = [{ name = "BobAnkh", email = "[email protected]" }]
0 commit comments