From 764d1dc65ee599bb45e4c3f8b2fadba1198c0902 Mon Sep 17 00:00:00 2001 From: z3z1ma Date: Wed, 17 Jan 2024 10:15:42 -0700 Subject: [PATCH] chore: release new version --- .changes/0.12.6.md | 3 +++ CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/0.12.6.md 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"