diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..8efb275 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b66bb..768eaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.4.0](https://github.com/DataIntegrationGroup/Aqueduct/compare/Aqueduct-v0.3.0...Aqueduct-v0.4.0) (2026-09-02) + + +### ⚠ BREAKING CHANGES + +* rename hydrovu source to pvacd_hydrovu for multi-tenant layout (ST2DAT-241) ([#47](https://github.com/DataIntegrationGroup/Aqueduct/issues/47)) + +### Features + +* **cabq:** cabq backfill implementation ([#48](https://github.com/DataIntegrationGroup/Aqueduct/issues/48)) ([9aa6e15](https://github.com/DataIntegrationGroup/Aqueduct/commit/9aa6e15c574861c253cd26a3426de40edce4360c)) + + +### Documentation + +* document BernCo HydroVu source schema (ST2DAT-129) ([#46](https://github.com/DataIntegrationGroup/Aqueduct/issues/46)) ([afd8391](https://github.com/DataIntegrationGroup/Aqueduct/commit/afd8391faf1597fb05ad259da324c2af21887f6c)) +* document EBID source mapping (ST2DAT-135) ([#44](https://github.com/DataIntegrationGroup/Aqueduct/issues/44)) ([500b288](https://github.com/DataIntegrationGroup/Aqueduct/commit/500b28807ee9b5fdcc802c37ab906cb701b9005d)) + + +### Code Refactoring + +* rename hydrovu source to pvacd_hydrovu for multi-tenant layout (ST2DAT-241) ([#47](https://github.com/DataIntegrationGroup/Aqueduct/issues/47)) ([f590f70](https://github.com/DataIntegrationGroup/Aqueduct/commit/f590f70a28bf5e21ffc8d2e767c56043586911d6)) + ## [0.3.0](https://github.com/DataIntegrationGroup/Aqueduct/compare/Aqueduct-v0.2.0...Aqueduct-v0.3.0) (2026-08-19) diff --git a/pyproject.toml b/pyproject.toml index b76bc0e..fec0494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aqueduct-poc-bravo" -version = "0.3.0" +version = "0.4.0" description = "Aqueduct POC B — Dagster + dlt + GCS + FROST SensorThings" readme = "README.md" requires-python = ">=3.13"