From d1406fd9ffafe8c279ddac5d409646bd193368f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:41:51 +0000 Subject: [PATCH] chore(main): release Aqueduct 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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..293662c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/DataIntegrationGroup/Aqueduct/compare/Aqueduct-v0.3.0...Aqueduct-v0.4.0) (2026-09-01) + + +### 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)) + ## [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"