Skip to content

Commit 5826506

Browse files
chore(release): publish 0.15.0
1 parent c5c4845 commit 5826506

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.15.0 (2026-05-03)
2+
3+
### 🚀 Features
4+
5+
- finish data compat testing layer and refactors ([f2e3b2c7](https://github.com/chaoticgoodcomputing/flowthru/commit/f2e3b2c7))
6+
- wrap up data feature matrix & optimize example runs ([e7e6b9c3](https://github.com/chaoticgoodcomputing/flowthru/commit/e7e6b9c3))
7+
8+
### 🩹 Fixes
9+
10+
- phase 1 of diagnostic setup ([1b27a9f7](https://github.com/chaoticgoodcomputing/flowthru/commit/1b27a9f7))
11+
- set up second phase on data extension surface ([f9dc25a5](https://github.com/chaoticgoodcomputing/flowthru/commit/f9dc25a5))
12+
- add metatest compat matrix for storage extensions ([f1a4a99f](https://github.com/chaoticgoodcomputing/flowthru/commit/f1a4a99f))
13+
- resolve scratch doc reference ([c5c48456](https://github.com/chaoticgoodcomputing/flowthru/commit/c5c48456))
14+
15+
### ❤️ Thank You
16+
17+
- Spencer Elkington
18+
119
## 0.14.1 (2026-05-03)
220

321
### 🩹 Fixes

Directory.Build.props

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

3636
<!-- Centralized NuGet package configuration for all src/ projects -->
3737
<PropertyGroup Condition="$(MSBuildProjectDirectory.Contains('src'))">
38-
<Version>0.14.1</Version>
38+
<Version>0.15.0</Version>
3939
<Authors>Spencer Elkington</Authors>
4040
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
4141
<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.14.1",
3+
"version": "0.15.0",
44
"description": "A type-safe data engineering framework for .NET",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)