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.3.2 (2026-04-13)
2+
3+ ### 🩹 Fixes
4+
5+ - include unreleased conventional commits on new releases ([ f92f512] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f92f512 ) )
6+ - further CI/CD enhancements for nuget flow ([ cf0bb18] ( https://github.com/chaoticgoodcomputing/flowthru/commit/cf0bb18 ) )
7+
8+ ### ❤️ Thank You
9+
10+ - Spencer Elkington
11+
112## 0.3.1 (2026-04-13)
213
314### 🩹 Fixes
Original file line number Diff line number Diff line change 2525
2626 <!-- Centralized NuGet package configuration for all src/ projects -->
2727 <PropertyGroup Condition =" $(MSBuildProjectDirectory.Contains('src'))" >
28- <Version >0.3.1 </Version >
28+ <Version >0.3.2 </Version >
2929 <Authors >Spencer Elkington</Authors >
3030 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
3131 <RepositoryUrl >https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl >
Original file line number Diff line number Diff line change 11{
22 "name" : " flowthru" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
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