Skip to content

Commit 4b4c92c

Browse files
authored
chore(main): release 0.1.1 (#2)
1 parent 6618fda commit 4b4c92c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "datahub-postgres-lineage"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
description = "Extract table lineage from Postgres views"
66
authors = ["Contiamo <[email protected]>"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)