Skip to content

Commit e9a92a3

Browse files
chore(release): publish 0.16.0
1 parent 71e392f commit e9a92a3

4 files changed

Lines changed: 15 additions & 4 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.16.0 (2026-05-05)
2+
3+
### 🚀 Features
4+
5+
- flowthru catalog lifecycle hooks ([70126aff](https://github.com/chaoticgoodcomputing/flowthru/commit/70126aff))
6+
- further efcore production examples and infrastructure ([9d0614a9](https://github.com/chaoticgoodcomputing/flowthru/commit/9d0614a9))
7+
8+
### ❤️ Thank You
9+
10+
- Spencer Elkington
11+
112
## 0.15.0 (2026-05-03)
213

314
### 🚀 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.15.0</Version>
38+
<Version>0.16.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ flags:
6666
carryforward: true
6767
Flowthru.Tests.Kits:
6868
carryforward: true
69-
Flowthru.Tests.Templates:
70-
carryforward: true
7169
FlowthruCoverage:
7270
carryforward: true
7371
KedroIris:
@@ -100,6 +98,8 @@ flags:
10098
carryforward: true
10199
SpaceflightsPythonEFCore:
102100
carryforward: true
101+
SpaceflightsStagingSchema:
102+
carryforward: true
103103
component_management:
104104
individual_components:
105105
- component_id: flowthru

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

0 commit comments

Comments
 (0)