We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6618fda commit 4b4c92cCopy full SHA for 4b4c92c
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## [0.1.1](https://github.com/contiamo/datahub-postgres-lineage/compare/v0.1.0...v0.1.1) (2023-01-02)
4
5
6
+### Miscellaneous
7
8
+* add github automations ([#1](https://github.com/contiamo/datahub-postgres-lineage/issues/1)) ([6618fda](https://github.com/contiamo/datahub-postgres-lineage/commit/6618fda43432684490b6c8eeb55cb633f6899d0c))
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "datahub-postgres-lineage"
-version = "0.1.0"
+version = "0.1.1"
description = "Extract table lineage from Postgres views"
authors = ["Contiamo <developers@contiamo.com>"]
license = "Apache-2.0"
0 commit comments