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.14.0 (2026-05-01)
2+
3+ ### 🚀 Features
4+
5+ - stronger opt-in post-run metadata options ([ 550193ae] ( https://github.com/chaoticgoodcomputing/flowthru/commit/550193ae ) )
6+
7+ ### ❤️ Thank You
8+
9+ - Spencer Elkington
10+
111## 0.13.0 (2026-04-30)
212
313### 🚀 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.13 .0</Version >
38+ <Version >0.14 .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 3232 carryforward : true
3333 Flowthru.Extensions.Http.Tests :
3434 carryforward : true
35+ Flowthru.Extensions.Metadata.Diagnostics.Tests :
36+ carryforward : true
3537 Flowthru.Extensions.Metadata.Json.Tests :
3638 carryforward : true
3739 Flowthru.Extensions.Metadata.Mermaid.Tests :
@@ -138,6 +140,10 @@ component_management:
138140 name : Flowthru.Extensions.Http
139141 paths :
140142 - src/extensions/Flowthru.Extensions.Http/**
143+ - component_id : flowthru_extensions_metadata_diagnostics
144+ name : Flowthru.Extensions.Metadata.Diagnostics
145+ paths :
146+ - src/extensions/Flowthru.Extensions.Metadata.Diagnostics/**
141147 - component_id : flowthru_extensions_metadata_json
142148 name : Flowthru.Extensions.Metadata.Json
143149 paths :
Original file line number Diff line number Diff line change 11{
22 "name" : " flowthru" ,
3- "version" : " 0.13 .0" ,
3+ "version" : " 0.14 .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