Skip to content

Commit 80e7b9d

Browse files
chore(release): publish 0.14.0
1 parent 550193a commit 80e7b9d

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.14.0 (2026-05-01)
2+
3+
### 🚀 Features
4+
5+
- stronger opt-in post-run metadata options ([550193ae](https://github.com/chaoticgoodcomputing/flowthru/commit/550193ae))
6+
7+
### ❤️ Thank You
8+
9+
- Spencer Elkington
10+
111
## 0.13.0 (2026-04-30)
212

313
### 🚀 Features

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.13.0</Version>
38+
<Version>0.14.0</Version>
3939
<Authors>Spencer Elkington</Authors>
4040
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
4141
<RepositoryUrl>https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl>

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ flags:
3232
carryforward: true
3333
Flowthru.Extensions.Http.Tests:
3434
carryforward: true
35+
Flowthru.Extensions.Metadata.Diagnostics.Tests:
36+
carryforward: true
3537
Flowthru.Extensions.Metadata.Json.Tests:
3638
carryforward: true
3739
Flowthru.Extensions.Metadata.Mermaid.Tests:
@@ -138,6 +140,10 @@ component_management:
138140
name: Flowthru.Extensions.Http
139141
paths:
140142
- src/extensions/Flowthru.Extensions.Http/**
143+
- component_id: flowthru_extensions_metadata_diagnostics
144+
name: Flowthru.Extensions.Metadata.Diagnostics
145+
paths:
146+
- src/extensions/Flowthru.Extensions.Metadata.Diagnostics/**
141147
- component_id: flowthru_extensions_metadata_json
142148
name: Flowthru.Extensions.Metadata.Json
143149
paths:

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

0 commit comments

Comments
 (0)