Skip to content

Commit 7ec6c79

Browse files
chore(release): publish 0.12.0
1 parent d9f2d7c commit 7ec6c79

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.12.0 (2026-04-28)
2+
3+
### 🚀 Features
4+
5+
- xml extension ([f056ef74](https://github.com/chaoticgoodcomputing/flowthru/commit/f056ef74))
6+
- better local coverage analytics ([a4b8fa29](https://github.com/chaoticgoodcomputing/flowthru/commit/a4b8fa29))
7+
8+
### 🩹 Fixes
9+
10+
- remove funit discovery from examples project ([11b41d80](https://github.com/chaoticgoodcomputing/flowthru/commit/11b41d80))
11+
- code coverage for examples ([27f468b4](https://github.com/chaoticgoodcomputing/flowthru/commit/27f468b4))
12+
- resolve test output cache issue ([c8d6a965](https://github.com/chaoticgoodcomputing/flowthru/commit/c8d6a965))
13+
- better coverage analytics ([5858b558](https://github.com/chaoticgoodcomputing/flowthru/commit/5858b558))
14+
- less flakey template testing ([f94a8de7](https://github.com/chaoticgoodcomputing/flowthru/commit/f94a8de7))
15+
- updated inputs for coverage ([d0646912](https://github.com/chaoticgoodcomputing/flowthru/commit/d0646912))
16+
- unignore missing coverage analysis flow ([d9f2d7cb](https://github.com/chaoticgoodcomputing/flowthru/commit/d9f2d7cb))
17+
18+
### ❤️ Thank You
19+
20+
- Spencer Elkington
21+
122
## 0.11.0 (2026-04-24)
223

324
### 🚀 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.11.0</Version>
38+
<Version>0.12.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.11.0",
3+
"version": "0.12.0",
44
"description": "A type-safe data engineering framework for .NET",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)