diff --git a/.changes/0.12.6.md b/.changes/0.12.6.md new file mode 100644 index 0000000..0675a5c --- /dev/null +++ b/.changes/0.12.6.md @@ -0,0 +1,3 @@ +## 0.12.6 - 2024-01-17 +### Added +* Read column metadata from catalog even if source is specified diff --git a/CHANGELOG.md b/CHANGELOG.md index 13316e2..129e948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.12.6 - 2024-01-17 +### Added +* Read column metadata from catalog even if source is specified + ## 0.12.5 - 2024-01-07 ### Added * more typing to improve code readability diff --git a/pyproject.toml b/pyproject.toml index b25b333..9ffd853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-osmosis" -version = "0.12.5" +version = "0.12.6" description = "A dbt server and suite of optional developer tools to make developing with dbt delightful." authors = ["z3z1ma "] license = "Apache-2.0"