From 238b1fd7ada35b6d24713f36f648385f084db4a0 Mon Sep 17 00:00:00 2001 From: Zio Gabber <78922322+Gabrymi93@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:27:18 +0000 Subject: [PATCH] chore: riallineare versioning e changelog di release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ toolkit/version.py | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cf057..d1785a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- `run cross_year` now writes dedicated metadata, manifest and validation artifacts for multi-year outputs. +- `run` and `validate` now support `--years` for scoped multi-year execution. +- MART validation now reports `table_rules` entries that do not match declared tables. + ### Changed - Documentation now classifies `run cross_year` and `inspect schema-diff` as supported advanced tooling in the feature stability matrix. @@ -21,6 +27,27 @@ All notable changes to this project will be documented in this file. - `clean.sql_path` - `mart.sql_dir` +## [1.1.0] - 2026-03-02 + +### Added + +- Runtime boundaries documentation clarifying core, advanced and compatibility-only toolkit surfaces. +- RAW profile hints in metadata for lightweight diagnostics during normal RAW runs. +- Pytest markers and a more explicit split between fast tests and heavier smoke-like checks. + +### Changed + +- Reduced the runtime surface area by removing peripheral experimental helpers and non-core shims. +- Refined CLEAN input selection, DuckDB read flow and orchestration to make the RAW -> CLEAN bridge more predictable. +- Refreshed smoke and profiling documentation around the supported operational workflow. +- Clarified manifest and metadata writing so runtime artifacts better reflect actual layer outputs. + +### Removed + +- Deprecated core import shims that no longer belonged to the stable runtime contract. +- Frozen helper surfaces such as `gen-sql` and peripheral experimental plugins. +- Obsolete validator/helper modules that duplicated the current runtime path. + ## [1.0.0] - 2026-02-28 ### Added diff --git a/toolkit/version.py b/toolkit/version.py index 5becc17..a82b376 100644 --- a/toolkit/version.py +++ b/toolkit/version.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.1"