File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed
Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.2.6] ( https://github.com/stack-rs/mitosis/compare/v0.2.5..v0.2.6 ) - 2025-11-18
6+
7+ ### Features
8+
9+ - * (client)* Add a retryable client wrapper - ([ d0b9021] ( https://github.com/stack-rs/mitosis-python-sdk/commit/d0b9021ed5adc54208592256fff74fb4bdb06cd2 ) )
10+
511## [ 0.2.5] ( https://github.com/stack-rs/mitosis/compare/v0.2.4..v0.2.5 ) - 2025-11-02
612
713### Features
@@ -107,3 +113,6 @@ All notable changes to this project will be documented in this file.
107113
108114- Add publish utilities - ([ d9a7ca0] ( https://github.com/stack-rs/mitosis-python-sdk/commit/d9a7ca03108b6ad5c0676bc508040968f580ab02 ) )
109115
116+ ## New Contributors
117+
118+ - @BobAnkh made their first contribution
Original file line number Diff line number Diff line change @@ -52,14 +52,13 @@ c.download_artifact(
5252
5353## Mitosis API support table
5454
55- | ** Mitosis** | ** pynetmito** |
56- | :---------: | :-----------: |
57- | 0.6.5 | 0.2.5 |
58- | 0.6.4 | 0.2.4 |
59- | 0.6.3 | 0.2.4 |
60- | 0.6.2 | 0.2.4 |
61- | 0.6.2 | 0.2.3 |
62- | 0.6.1 | 0.2.2 |
63- | 0.6.0 | 0.2.1 |
64- | 0.6.0 | 0.2.0 |
65- | 0.5.3 | 0.1.3 |
55+ | ** pynetmito** | ** Mitosis** |
56+ | :-----------: | :-----------: |
57+ | 0.2.6 | 0.6.5 - 0.6.6 |
58+ | 0.2.5 | 0.6.5 - 0.6.6 |
59+ | 0.2.4 | 0.6.2 - 0.6.4 |
60+ | 0.2.3 | 0.6.2 |
61+ | 0.2.2 | 0.6.1 |
62+ | 0.2.1 | 0.6.0 |
63+ | 0.2.0 | 0.6.0 |
64+ | 0.1.3 | 0.5.3 |
Original file line number Diff line number Diff line change 11[project ]
22name = " pynetmito"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44description = " Python Client SDK for mitosis"
55readme = " README.md"
66authors = [{
name =
" BobAnkh" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments