Skip to content

Commit 21454ea

Browse files
chore(release): publish 0.12.1
1 parent 565809e commit 21454ea

4 files changed

Lines changed: 13 additions & 3 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.12.1 (2026-04-29)
2+
3+
### 🩹 Fixes
4+
5+
- efcore forward look at query shapes ([f531dede](https://github.com/chaoticgoodcomputing/flowthru/commit/f531dede))
6+
7+
### ❤️ Thank You
8+
9+
- Spencer Elkington
10+
111
## 0.12.0 (2026-04-28)
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.12.0</Version>
38+
<Version>0.12.1</Version>
3939
<Authors>Spencer Elkington</Authors>
4040
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
4141
<RepositoryUrl>https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl>

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coverage:
1010
default:
1111
target: 80%
1212
comment:
13-
layout: 'reach,diff,flags,components'
13+
layout: reach,diff,flags,components
1414
behavior: default
1515
require_changes: false
1616
flags:

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

0 commit comments

Comments
 (0)