File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.15.0 (2026-05-03)
2+
3+ ### 🚀 Features
4+
5+ - finish data compat testing layer and refactors ([ f2e3b2c7] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f2e3b2c7 ) )
6+ - wrap up data feature matrix & optimize example runs ([ e7e6b9c3] ( https://github.com/chaoticgoodcomputing/flowthru/commit/e7e6b9c3 ) )
7+
8+ ### 🩹 Fixes
9+
10+ - phase 1 of diagnostic setup ([ 1b27a9f7] ( https://github.com/chaoticgoodcomputing/flowthru/commit/1b27a9f7 ) )
11+ - set up second phase on data extension surface ([ f9dc25a5] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f9dc25a5 ) )
12+ - add metatest compat matrix for storage extensions ([ f1a4a99f] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f1a4a99f ) )
13+ - resolve scratch doc reference ([ c5c48456] ( https://github.com/chaoticgoodcomputing/flowthru/commit/c5c48456 ) )
14+
15+ ### ❤️ Thank You
16+
17+ - Spencer Elkington
18+
119## 0.14.1 (2026-05-03)
220
321### 🩹 Fixes
Original file line number Diff line number Diff line change 3535
3636 <!-- Centralized NuGet package configuration for all src/ projects -->
3737 <PropertyGroup Condition =" $(MSBuildProjectDirectory.Contains('src'))" >
38- <Version >0.14.1 </Version >
38+ <Version >0.15.0 </Version >
3939 <Authors >Spencer Elkington</Authors >
4040 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
4141 <RepositoryUrl >https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl >
Original file line number Diff line number Diff line change 11{
22 "name" : " flowthru" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.15.0 " ,
44 "description" : " A type-safe data engineering framework for .NET" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments