diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13526f0..7b7a839 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/tff-core": "0.4.0", + "packages/tff-core": "0.5.0", "packages/tff-sqlmesh": "0.3.0", "packages/tff-dbt": "0.3.0" } diff --git a/packages/tff-core/CHANGELOG.md b/packages/tff-core/CHANGELOG.md index baeeed2..3b3a6f3 100644 --- a/packages/tff-core/CHANGELOG.md +++ b/packages/tff-core/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.0](https://github.com/tjirab/tff/compare/tff-core-v0.4.0...tff-core-v0.5.0) (2026-07-04) + + +### Features + +* `tff health` domain filtering and grouping ([#90](https://github.com/tjirab/tff/issues/90)) ([0fc2441](https://github.com/tjirab/tff/commit/0fc2441c0070fc84538007c4801a3fd5b90f83c3)) +* add JSON CLI output and local execution logging with 60-day cleanup ([#92](https://github.com/tjirab/tff/issues/92)) ([0010e8e](https://github.com/tjirab/tff/commit/0010e8ea1727e6e23c006d74424d4b8403e52a47)) +* add tff stats command with ASCII trend graphs and daily history summaries ([#93](https://github.com/tjirab/tff/issues/93)) ([f6d2ee1](https://github.com/tjirab/tff/commit/f6d2ee1328c690dec6fd379cd31846edb00f8864)) + ## [0.4.0](https://github.com/tjirab/tff/compare/tff-core-v0.3.0...tff-core-v0.4.0) (2026-06-30) diff --git a/packages/tff-core/pyproject.toml b/packages/tff-core/pyproject.toml index 495392f..f9022ae 100644 --- a/packages/tff-core/pyproject.toml +++ b/packages/tff-core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tff-core" -version = "0.4.0" +version = "0.5.0" description = "Core rules and fitness functions engine for transformation projects" readme = "README.md" requires-python = ">=3.12"