File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+ ## [ 0.1.35] ( https://github.com/chaoticgoodcomputing/flowthru/compare/v0.1.34...v0.1.35 ) (2026-04-03)
8+
9+
10+ ### Bug Fixes
11+
12+ * directory names ([ d1ddb23] ( https://github.com/chaoticgoodcomputing/flowthru/commit/d1ddb23c46b22e29ab617eb6c9f5d6d858370655 ) )
13+ * misc naming convention lags ([ 90b57e0] ( https://github.com/chaoticgoodcomputing/flowthru/commit/90b57e0d0b7af021a05aea0b176ffbecb654d9b4 ) )
14+ * resolve missing nuget publish key ([ f22a0da] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f22a0daf8a4925a5031cee60c2301785950ce1ab ) )
15+
716## [ 0.1.34] ( https://github.com/chaoticgoodcomputing/flowthru/compare/v0.1.33...v0.1.34 ) (2026-04-03)
817
918
Original file line number Diff line number Diff line change 2323
2424 <!-- Centralized NuGet package configuration for all src/ projects -->
2525 <PropertyGroup Condition =" $(MSBuildProjectDirectory.Contains('src'))" >
26- <Version >0.1.34 </Version >
26+ <Version >0.1.35 </Version >
2727 <Authors >Spencer Elkington</Authors >
2828 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
2929 <RepositoryUrl >https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl >
Original file line number Diff line number Diff line change 11{
22 "name" : " flowthru" ,
3- "version" : " 0.1.34 " ,
3+ "version" : " 0.1.35 " ,
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