From d2664d06e79a120359089e1dd3f4f06c695654f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:23:08 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ packages/cli/package.json | 2 +- packages/filerouter/package.json | 2 +- packages/filerouter/src/hosted.ts | 2 +- version.txt | 2 +- 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15818ea..c05aeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://github.com/ThinkEx-OSS/filerouter/compare/v0.4.1...v0.5.0) (2026-07-29) + + +### Features + +* **hosted:** add execution lifecycle primitives ([c3cf35b](https://github.com/ThinkEx-OSS/filerouter/commit/c3cf35bb7392ed86b5ba7d62756c222f841e06a4)) + + +### Bug Fixes + +* **hosted:** harden release and callback handling ([dc3e9d9](https://github.com/ThinkEx-OSS/filerouter/commit/dc3e9d90b5e5bc7e10ae20546e47eaee6f349545)) +* **sdk:** honor Datalab page field selection ([566c009](https://github.com/ThinkEx-OSS/filerouter/commit/566c009b9b650d85098ac0a9fac31b0efedded4c)) +* **sdk:** preserve timeouts and page output semantics ([5e415ab](https://github.com/ThinkEx-OSS/filerouter/commit/5e415ab5dc1371b8ab5055be554187a221affc5e)) +* **sdk:** tighten Datalab pages and job validation ([8cda5d4](https://github.com/ThinkEx-OSS/filerouter/commit/8cda5d48c51e52a3b1acb22c7f227f6f5d9fe6ff)) + ## [0.4.1](https://github.com/ThinkEx-OSS/filerouter/compare/v0.4.0...v0.4.1) (2026-07-26) diff --git a/packages/cli/package.json b/packages/cli/package.json index 700c3eb..09d7d7b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@file_router/cli", - "version": "0.4.1", + "version": "0.5.0", "description": "Parse and compare documents across providers from the command line.", "keywords": [ "documents", diff --git a/packages/filerouter/package.json b/packages/filerouter/package.json index 60c8660..f627a3d 100644 --- a/packages/filerouter/package.json +++ b/packages/filerouter/package.json @@ -1,6 +1,6 @@ { "name": "@file_router/sdk", - "version": "0.4.1", + "version": "0.5.0", "description": "Provider-neutral document parsing SDK.", "keywords": [ "documents", diff --git a/packages/filerouter/src/hosted.ts b/packages/filerouter/src/hosted.ts index 773222b..8d2c978 100644 --- a/packages/filerouter/src/hosted.ts +++ b/packages/filerouter/src/hosted.ts @@ -9,7 +9,7 @@ import type { import type { ProviderId } from "./catalog" export const FILEROUTER_API_KEY_PREFIX = "fr_" -export const FILEROUTER_VERSION = "0.4.1" // x-release-please-version +export const FILEROUTER_VERSION = "0.5.0" // x-release-please-version export const FILEROUTER_CLI_CLIENT_ID = "filerouter-cli" export const FILEROUTER_CLI_SCOPE = "jobs:create jobs:read" export const FILEROUTER_DEFAULT_API_URL = "https://filerouter.dev" diff --git a/version.txt b/version.txt index 267577d..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.1 +0.5.0