Skip to content

Commit 1ae0449

Browse files
committed
bump: release 0.2.0
1 parent be683ff commit 1ae0449

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## v0.2.0 (2025-09-23)
2+
3+
### Feat
4+
5+
- allow empty output workables
6+
- init project
7+
8+
### Fix
9+
10+
- search for the common merge ancestor
11+
- add task done on empty output
12+
- move sleep outside of lock
13+
- correct work function expecting tuple as result
14+
- correct test syncqueue types
15+
- correct sync queue generics
16+
- correct uv dependencies
17+
- correct makefile command
18+
- correct library name in docs
19+
20+
### Refactor
21+
22+
- add tag on pull request
23+
- call cz via uv
24+
- bundle worker output
25+
- reduce output to console
26+
- add better typing to workable manager
27+
- improve workable types
28+
- add better typing to worker
29+
- change types of workable
30+
- move uv to PATH an act

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mPyFlow
22

3-
[![release: 0.1.0](https://img.shields.io/badge/rel-0.1.0-blue.svg?style=flat-square)](https://github.com/artdotlis/mPyFlow)
3+
[![release: 0.2.0](https://img.shields.io/badge/rel-0.2.0-blue.svg?style=flat-square)](https://github.com/artdotlis/mPyFlow)
44

55
[![MIT LICENSE](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/mit/)
66
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://artdotlis.github.io/mPyFlow/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mpyflow"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = """mPyFlow is a library designed to manage
55
multiprocessing workflows."""
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)