Skip to content

Commit 8c3a9de

Browse files
chore(release): 0.1.35 [skip ci]
1 parent 90b57e0 commit 8c3a9de

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)