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.12.0 (2026-04-28)
2+
3+ ### 🚀 Features
4+
5+ - xml extension ([ f056ef74] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f056ef74 ) )
6+ - better local coverage analytics ([ a4b8fa29] ( https://github.com/chaoticgoodcomputing/flowthru/commit/a4b8fa29 ) )
7+
8+ ### 🩹 Fixes
9+
10+ - remove funit discovery from examples project ([ 11b41d80] ( https://github.com/chaoticgoodcomputing/flowthru/commit/11b41d80 ) )
11+ - code coverage for examples ([ 27f468b4] ( https://github.com/chaoticgoodcomputing/flowthru/commit/27f468b4 ) )
12+ - resolve test output cache issue ([ c8d6a965] ( https://github.com/chaoticgoodcomputing/flowthru/commit/c8d6a965 ) )
13+ - better coverage analytics ([ 5858b558] ( https://github.com/chaoticgoodcomputing/flowthru/commit/5858b558 ) )
14+ - less flakey template testing ([ f94a8de7] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f94a8de7 ) )
15+ - updated inputs for coverage ([ d0646912] ( https://github.com/chaoticgoodcomputing/flowthru/commit/d0646912 ) )
16+ - unignore missing coverage analysis flow ([ d9f2d7cb] ( https://github.com/chaoticgoodcomputing/flowthru/commit/d9f2d7cb ) )
17+
18+ ### ❤️ Thank You
19+
20+ - Spencer Elkington
21+
122## 0.11.0 (2026-04-24)
223
324### 🚀 Features
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.11 .0</Version >
38+ <Version >0.12 .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.11 .0" ,
3+ "version" : " 0.12 .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