Skip to content

Commit aff8cdc

Browse files
chore(release): publish 0.3.0
1 parent e0331e5 commit aff8cdc

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.3.0 (2026-04-13)
2+
3+
### 🚀 Features
4+
5+
- multithreading implementation ([934adee](https://github.com/chaoticgoodcomputing/flowthru/commit/934adee))
6+
- multithreaded flows ([e0331e5](https://github.com/chaoticgoodcomputing/flowthru/commit/e0331e5))
7+
8+
### 🩹 Fixes
9+
10+
- agent hook ([98c1cad](https://github.com/chaoticgoodcomputing/flowthru/commit/98c1cad))
11+
- programmatic defaults for core counts ([67a1065](https://github.com/chaoticgoodcomputing/flowthru/commit/67a1065))
12+
- corrected log output ([107ceea](https://github.com/chaoticgoodcomputing/flowthru/commit/107ceea))
13+
- correct test assertion on CLI incoming ([780386d](https://github.com/chaoticgoodcomputing/flowthru/commit/780386d))
14+
- add multithread to split pipeline example ([4b7f4af](https://github.com/chaoticgoodcomputing/flowthru/commit/4b7f4af))
15+
- refactor gql to better fit ([c32837b](https://github.com/chaoticgoodcomputing/flowthru/commit/c32837b))
16+
17+
### ❤️ Thank You
18+
19+
- Spencer Elkington
20+
121
## 0.2.0 (2026-04-13)
222

323
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowthru",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A type-safe data engineering framework for .NET",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)