From 93d5b7fee9b77e5ceadfb8afb59cbfac0eb707fd Mon Sep 17 00:00:00 2001 From: Contiamo Bot Date: Mon, 3 Jul 2023 17:52:35 +0200 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75aa023..98b70fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.4.0](https://github.com/contiamo/datahub-sap-hana/compare/v0.3.0...v0.4.0) (2023-07-03) + + +### Features + +* build column lineage using sqlglot ([#46](https://github.com/contiamo/datahub-sap-hana/issues/46)) ([fa4cc77](https://github.com/contiamo/datahub-sap-hana/commit/fa4cc77f35becfc666af8ef3ca232eab8854a2b2)) + + +### Bug Fixes + +* add create method to fix tests ([#57](https://github.com/contiamo/datahub-sap-hana/issues/57)) ([6b35bc8](https://github.com/contiamo/datahub-sap-hana/commit/6b35bc8213d335f37997b046a9bde2b565964cdd)) +* add schema filter ([#53](https://github.com/contiamo/datahub-sap-hana/issues/53)) ([58fe048](https://github.com/contiamo/datahub-sap-hana/commit/58fe048933b21ed39149e167457786be28f1a6b9)) +* make-downstream-lowercase ([#55](https://github.com/contiamo/datahub-sap-hana/issues/55)) ([ed15994](https://github.com/contiamo/datahub-sap-hana/commit/ed159946be8fdd7b7e57f3bc35855b104da17b98)) + + +### Miscellaneous + +* bump pyright from 1.1.314 to 1.1.315 ([#42](https://github.com/contiamo/datahub-sap-hana/issues/42)) ([d3da693](https://github.com/contiamo/datahub-sap-hana/commit/d3da6937a0de71e8e2f702dc36d8f3e084a2b92f)) +* bump ruff from 0.0.272 to 0.0.275 ([#44](https://github.com/contiamo/datahub-sap-hana/issues/44)) ([c743ffe](https://github.com/contiamo/datahub-sap-hana/commit/c743ffe2110a4dca26f0378a27604458d2b1dde3)) +* bump sqlglot from 16.7.7 to 16.8.1 ([7f07d6e](https://github.com/contiamo/datahub-sap-hana/commit/7f07d6e8709d462ca7bc65f7973308e39ee569a4)) +* fix a flappy lineage test case ([#58](https://github.com/contiamo/datahub-sap-hana/issues/58)) ([dcf8c36](https://github.com/contiamo/datahub-sap-hana/commit/dcf8c3660cd3698fd784a0d7bc5cb61b1622ec44)) +* fix various linting issues ([f3a9524](https://github.com/contiamo/datahub-sap-hana/commit/f3a952421144553fef563ad0c3c7eee4b261a2d7)) + ## [0.3.0](https://github.com/contiamo/datahub-sap-hana/compare/v0.2.3...v0.3.0) (2023-06-19) diff --git a/pyproject.toml b/pyproject.toml index 76b274a..47a3986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datahub-sap-hana" -version = "0.3.0" +version = "0.4.0" description = "Linkedin DataHub ingestion source for SAP Hana" authors = ["Contiamo "]