Skip to content

Commit 2b6fbd6

Browse files
chore(release): publish 0.11.0
1 parent b5af8d5 commit 2b6fbd6

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.11.0 (2026-04-24)
2+
3+
### 🚀 Features
4+
5+
- destination-based inspection during pre-flight ([2dfb6682](https://github.com/chaoticgoodcomputing/flowthru/commit/2dfb6682))
6+
7+
### 🩹 Fixes
8+
9+
- resolved covlet blobstring ([b3240dec](https://github.com/chaoticgoodcomputing/flowthru/commit/b3240dec))
10+
11+
### ❤️ Thank You
12+
13+
- Spencer Elkington
14+
115
## 0.10.1 (2026-04-24)
216

317
### 🩹 Fixes

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.10.1</Version>
28+
<Version>0.11.0</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.10.1",
3+
"version": "0.11.0",
44
"description": "A type-safe data engineering framework for .NET",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)