Skip to content

Commit 7dc6caa

Browse files
authored
chore(main): release 0.1.3 (#6)
1 parent b763f89 commit 7dc6caa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/contiamo/datahub-postgres-lineage/compare/v0.1.2...v0.1.3) (2023-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly use dependent view info during final loop ([b763f89](https://github.com/contiamo/datahub-postgres-lineage/commit/b763f89eaae5422d3a3f59f87ef0db8f67ce974f))
9+
310
## [0.1.2](https://github.com/contiamo/datahub-postgres-lineage/compare/v0.1.1...v0.1.2) (2023-01-02)
411

512

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.2"
4+
version = "0.1.3"
55
description = "Extract table lineage from Postgres views"
66
authors = ["Contiamo <[email protected]>"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)