tff-sqlmesh 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ ## [0.2.1](https://github.com/tjirab/tff/compare/tff-sqlmesh-v0.2.0...tff-sqlmesh-v0.2.1) (2026-06-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * migrate repository to tff monorepo with core, sqlmesh, and dbt packages ([#39](https://github.com/tjirab/tff/issues/39)) ([d622758](https://github.com/tjirab/tff/commit/d622758e1ff20ba7153bdbe7d816357ce72ecfd5))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tff-sqlmesh
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: SQLMesh adapter for Transformation Fitness Functions (tff)
5
5
  Author-email: Bart Schuijt <schuijt.bart@gmail.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tff-sqlmesh"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "SQLMesh adapter for Transformation Fitness Functions (tff)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
File without changes
File without changes
File without changes