Skip to content

Commit 8e942de

Browse files
committed
2 parents 88f7894 + 9dcbef2 commit 8e942de

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.1 (2026-04-13)
2+
3+
### 🩹 Fixes
4+
5+
- minor release notes changes ([b9a407a](https://github.com/chaoticgoodcomputing/flowthru/commit/b9a407a))
6+
- resolve publish blocker ([372a28d](https://github.com/chaoticgoodcomputing/flowthru/commit/372a28d))
7+
8+
### ❤️ Thank You
9+
10+
- Spencer Elkington
11+
112
## 0.3.0 (2026-04-13)
213

314
### 🚀 Features

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<!-- Centralized NuGet package configuration for all src/ projects -->
2727
<PropertyGroup Condition="$(MSBuildProjectDirectory.Contains('src'))">
28-
<Version>0.1.37</Version>
28+
<Version>0.3.1</Version>
2929
<Authors>Spencer Elkington</Authors>
3030
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
3131
<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.3.0",
3+
"version": "0.3.1",
44
"description": "A type-safe data engineering framework for .NET",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)