Skip to content

Commit 4f8f4e7

Browse files
chore(release): 0.1.34 [skip ci]
1 parent 567a9f8 commit 4f8f4e7

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [0.1.34](https://github.com/chaoticgoodcomputing/flowthru/compare/v0.1.33...v0.1.34) (2026-04-03)
8+
9+
10+
### Bug Fixes
11+
12+
* bulk correction ([d073eac](https://github.com/chaoticgoodcomputing/flowthru/commit/d073eac69af074eb2a5fdebaf6ff06cff65a193a))
13+
* bulk correction ([37d71a5](https://github.com/chaoticgoodcomputing/flowthru/commit/37d71a5858a3808aebe1d40943023e41e059b917))
14+
* checkpoint: is it finally done? ([68f3cef](https://github.com/chaoticgoodcomputing/flowthru/commit/68f3cef753314cfe9276e39b7398994a2b852808))
15+
* checkpoint: jesus christ ([3b15d3e](https://github.com/chaoticgoodcomputing/flowthru/commit/3b15d3e3652b62650fd618e482e4ea42d363d683))
16+
* consistent naming for registrations ([f42778a](https://github.com/chaoticgoodcomputing/flowthru/commit/f42778a0fa30375708ae8287ed05fdd7f619bb62))
17+
* finalize transition ([1bd3624](https://github.com/chaoticgoodcomputing/flowthru/commit/1bd3624500ba126f268a1831b897dc352ed5b71b))
18+
* minor test fixes ([6681e0a](https://github.com/chaoticgoodcomputing/flowthru/commit/6681e0a95ce55a6e4989d71dc595dae555b67f2c))
19+
* misc bulk replacements ([4e1f4d0](https://github.com/chaoticgoodcomputing/flowthru/commit/4e1f4d0cb4ffd56fb4df6b3b066ba19252f074e7))
20+
21+
22+
### Documentation
23+
24+
* add docfx metadata pipeline (C# => Markdown reference) ([af2b744](https://github.com/chaoticgoodcomputing/flowthru/commit/af2b7441ea8cb604b2291f485b852ccdb7e34cfd))
25+
* almost there ([f232443](https://github.com/chaoticgoodcomputing/flowthru/commit/f23244373e76a7d23607bc237af90b6a2b00f1d2))
26+
727
## [0.1.33](https://github.com/chaoticgoodcomputing/flowthru/compare/v0.1.32...v0.1.33) (2026-04-01)
828

929

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<!-- Centralized NuGet package configuration for all src/ projects -->
2525
<PropertyGroup Condition="$(MSBuildProjectDirectory.Contains('src'))">
26-
<Version>0.1.33</Version>
26+
<Version>0.1.34</Version>
2727
<Authors>Spencer Elkington</Authors>
2828
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2929
<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.1.33",
3+
"version": "0.1.34",
44
"description": "A type-safe data engineering framework for .NET",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)