Skip to content

Commit fe81051

Browse files
committed
2 parents 95b1537 + 3b5e5ec commit fe81051

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.7.0 (2026-04-17)
2+
3+
### 🚀 Features
4+
5+
- pull over HTTP, storage cache ([8d430203](https://github.com/chaoticgoodcomputing/flowthru/commit/8d430203))
6+
7+
### 🩹 Fixes
8+
9+
- increase performance of shallow inspection on GQL+EFCore ([11e848a5](https://github.com/chaoticgoodcomputing/flowthru/commit/11e848a5))
10+
- richer metadata on flow exports ([3a8c7de4](https://github.com/chaoticgoodcomputing/flowthru/commit/3a8c7de4))
11+
12+
### ❤️ Thank You
13+
14+
- Spencer Elkington
15+
116
## 0.6.2 (2026-04-17)
217

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

0 commit comments

Comments
 (0)